Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ae4fb9

Browse files
committed
update
1 parent58a58e9 commit4ae4fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
Postgres documentation
44
-->
55

@@ -961,7 +961,7 @@ ERROR: Cannot insert a duplicate key into a unique index.
961961
default match type if none is specified. MATCH FULL will not
962962
allow one column of a multi-column foreign key to be NULL
963963
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
965965
of the foreign key are not NULL. MATCH PARTIAL is currently not
966966
supported.
967967
</para>
@@ -1509,7 +1509,7 @@ FOREIGN KEY ( <replaceable class="parameter">column</replaceable> [, ...] ) REFE
15091509
default match type if none is specified. MATCH FULL will not
15101510
allow one column of a multi-column foreign key to be NULL
15111511
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
15131513
of the foreign key are not NULL. MATCH PARTIAL is currently not
15141514
supported.
15151515
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp