Commit 6db9747f authored by Bruce Momjian's avatar Bruce Momjian

Update

parent 49b2f22f
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.24 2000/04/14 22:13:24 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.25 2000/04/14 22:16:01 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -962,7 +962,7 @@ ERROR: Cannot insert a duplicate key into a unique index. ...@@ -962,7 +962,7 @@ ERROR: Cannot insert a duplicate key into a unique index.
allow one column of a multi-column foreign key to be NULL allow one column of a multi-column foreign key to be NULL
unless all foreign key columns are NULL. The default MATCH type 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 single foreign key column to be NULL while other parts
of the foreign key are not NULL. MATCH PARTIAL is not currently of the foreign key are not NULL. MATCH PARTIAL is currently not
supported. supported.
</para> </para>
</listitem> </listitem>
...@@ -1510,7 +1510,7 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) REFE ...@@ -1510,7 +1510,7 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) REFE
allow one column of a multi-column foreign key to be NULL allow one column of a multi-column foreign key to be NULL
unless all foreign key columns are NULL. The default MATCH type 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 single foreign key column to be NULL while other parts
of the foreign key are not NULL. MATCH PARTIAL is not currently of the foreign key are not NULL. MATCH PARTIAL is currently not
supported. supported.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment