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

Commitc79003e

Browse files
committed
Remove unnecessary MATCH FULL specification in example.
Reported by Grzegorz Szpetkowski.
1 parent5a8de2f commitc79003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ ALTER TABLE ONLY distributors DROP CONSTRAINT zipchk;
10011001
<para>
10021002
To add a foreign key constraint to a table:
10031003
<programlisting>
1004-
ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address) MATCH FULL;
1004+
ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address);
10051005
</programlisting>
10061006
</para>
10071007

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp