diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-04-14 22:53:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-04-14 22:53:10 +0000 |
commit | 4ae4fb933bc58e63c8131cb48995cc9741336abd (patch) | |
tree | b1cc56d96c0d56d5410bdf522438e70f0eaa3234 | |
parent | 58a58e9ca970aa3d18b2971cf5e05f0169ad03e4 (diff) | |
download | postgresql-4ae4fb933bc58e63c8131cb48995cc9741336abd.tar.gz postgresql-4ae4fb933bc58e63c8131cb48995cc9741336abd.zip |
update
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 0b7086b00b1..4c1d77e0114 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.26 2000/04/14 22:23:02 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.27 2000/04/14 22:53:10 momjian Exp $ Postgres documentation --> @@ -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. </para> @@ -1509,7 +1509,7 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) 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. </para> |