summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2000-04-14 22:16:01 +0000
committerBruce Momjian2000-04-14 22:16:01 +0000
commit6db9747f7e6165418e0e1f455933a0de19dcd7d2 (patch)
tree48702850689675cc6f9253f65fc81273a09676fa /doc/src
parent49b2f22f4660cbb909c91bbc84cec0907972b90f (diff)
Update
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_table.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 80d71c5882c..a6f765971ca 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.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
-->
@@ -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.
</para>
</listitem>
</varlistentry>
@@ -1510,8 +1510,8 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) 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.
</para>
</listitem>
</varlistentry>