Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2b36d8

Browse files
committed
Clarify wording of foreign key documentation to mention null entries as
not matching the primary key. Report from [email protected]
1 parent 484af9b commit f2b36d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ CREATE TABLE orders (
688688
quantity integer
689689
);
690690
</programlisting>
691-
Now it is impossible to create orders with
691+
Now it is impossible to create orders with non-NULL
692692
<structfield>product_no</structfield> entries that do not appear in the
693693
products table.
694694
</para>

0 commit comments

Comments
 (0)