diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index c624fc2d9a..ea840fb846 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -688,7 +688,7 @@ CREATE TABLE orders ( quantity integer ); - Now it is impossible to create orders with + Now it is impossible to create orders with non-NULL product_no entries that do not appear in the products table.