mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03: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:
@ -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>
|
||||
|
Reference in New Issue
Block a user