|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.24 2000/04/14 22:13:24 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.25 2000/04/14 22:16:01 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -962,8 +962,8 @@ ERROR: Cannot insert a duplicate key into a unique index.
|
962 | 962 | allow one column of a multi-column foreign key to be NULL
|
963 | 963 | unless all foreign key columns are NULL. The default MATCH type
|
964 | 964 | allows a single foreign key column to be NULL while other parts
|
965 |
| - of the foreign key are not NULL. MATCH PARTIAL isnotcurrently |
966 |
| - supported. |
| 965 | + of the foreign key are not NULL. MATCH PARTIAL is currently not |
| 966 | + supported. |
967 | 967 | </para>
|
968 | 968 | </listitem>
|
969 | 969 | </varlistentry>
|
@@ -1510,8 +1510,8 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) REFE
|
1510 | 1510 | allow one column of a multi-column foreign key to be NULL
|
1511 | 1511 | unless all foreign key columns are NULL. The default MATCH type
|
1512 | 1512 | allows a single foreign key column to be NULL while other parts
|
1513 |
| - of the foreign key are not NULL. MATCH PARTIAL isnotcurrently |
1514 |
| - supported. |
| 1513 | + of the foreign key are not NULL. MATCH PARTIAL is currently not |
| 1514 | + supported. |
1515 | 1515 | </para>
|
1516 | 1516 | </listitem>
|
1517 | 1517 | </varlistentry>
|
|