mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue