Clarify wording of foreign key documentation to mention null entries as
not matching the primary key. Report from Marek.Balgar@seznam.cz
This commit is contained in:
parent
484af9b376
commit
f2b36d8e10
@ -688,7 +688,7 @@ CREATE TABLE orders (
|
|||||||
quantity integer
|
quantity integer
|
||||||
);
|
);
|
||||||
</programlisting>
|
</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
|
<structfield>product_no</structfield> entries that do not appear in the
|
||||||
products table.
|
products table.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user