diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index 874f3113ccb..75cf99b6390 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -1891,21 +1891,27 @@ Author: Thomas Munro Allow the specification of non-overlapping PRIMARY - KEY and UNIQUE + KEY, + UNIQUE, and + foreign key constraints (Paul A. Jungwirth) § + § - This is specified by WITHOUT OVERLAPS on the - last specified column. + This is specified by WITHOUT OVERLAPS for + PRIMARY KEY and UNIQUE, and by + PERIOD for foreign keys, all applied to the last + specified column.