提交 f2b36d8e 编写于 作者: B Bruce Momjian

Clarify wording of foreign key documentation to mention null entries as

not matching the primary key.

Report from Marek.Balgar@seznam.cz
上级 484af9b3
......@@ -688,7 +688,7 @@ CREATE TABLE orders (
quantity integer
);
</programlisting>
Now it is impossible to create orders with
Now it is impossible to create orders with non-NULL
<structfield>product_no</structfield> entries that do not appear in the
products table.
</para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册