|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.26 2000/04/14 22:23:02 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.27 2000/04/14 22:53:10 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -961,7 +961,7 @@ ERROR: Cannot insert a duplicate key into a unique index.
|
961 | 961 | default match type if none is specified. MATCH FULL will not
|
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 |
| - allows asingle foreign keycolumn to be NULL while other parts |
| 964 | + allows asome foreign keycolumns to be NULL while other parts |
965 | 965 | of the foreign key are not NULL. MATCH PARTIAL is currently not
|
966 | 966 | supported.
|
967 | 967 | </para>
|
@@ -1509,7 +1509,7 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) REFE
|
1509 | 1509 | default match type if none is specified. MATCH FULL will not
|
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 |
| - allows asingle foreign keycolumn to be NULL while other parts |
| 1512 | + allows asome foreign keycolumns to be NULL while other parts |
1513 | 1513 | of the foreign key are not NULL. MATCH PARTIAL is currently not
|
1514 | 1514 | supported.
|
1515 | 1515 | </para>
|
|