From: Bruce Momjian Date: Fri, 14 Apr 2000 22:53:10 +0000 (+0000) Subject: update X-Git-Tag: REL7_0~127 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4ae4fb933bc58e63c8131cb48995cc9741336abd;p=users%2Fkgrittn%2Fpostgres.git update --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 0b7086b00b..4c1d77e011 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -961,7 +961,7 @@ ERROR: Cannot insert a duplicate key into a unique index. default match type if none is specified. MATCH FULL will not allow one column of a multi-column foreign key to be NULL unless all foreign key columns are NULL. The default MATCH type - allows a single foreign key column to be NULL while other parts + allows a some foreign key columns to be NULL while other parts of the foreign key are not NULL. MATCH PARTIAL is currently not supported. @@ -1509,7 +1509,7 @@ FOREIGN KEY ( column [, ...] ) REFE default match type if none is specified. MATCH FULL will not allow one column of a multi-column foreign key to be NULL unless all foreign key columns are NULL. The default MATCH type - allows a single foreign key column to be NULL while other parts + allows a some foreign key columns to be NULL while other parts of the foreign key are not NULL. MATCH PARTIAL is currently not supported.