From 6db9747f7e6165418e0e1f455933a0de19dcd7d2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Apr 2000 22:16:01 +0000 Subject: [PATCH] Update --- doc/src/sgml/ref/create_table.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 80d71c5882..a6f765971c 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -962,8 +962,8 @@ ERROR: Cannot insert a duplicate key into a unique index. 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 - of the foreign key are not NULL. MATCH PARTIAL is not currently - supported. + of the foreign key are not NULL. MATCH PARTIAL is currently not + supported. @@ -1510,8 +1510,8 @@ FOREIGN KEY ( column [, ...] ) REFE 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 - of the foreign key are not NULL. MATCH PARTIAL is not currently - supported. + of the foreign key are not NULL. MATCH PARTIAL is currently not + supported. -- 2.11.0