From 4ae4fb933bc58e63c8131cb48995cc9741336abd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Apr 2000 22:53:10 +0000 Subject: [PATCH] update --- doc/src/sgml/ref/create_table.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.40.0