Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c79003e

Browse files
committed
Remove unnecessary MATCH FULL specification in example.
Reported by Grzegorz Szpetkowski.
1 parent 5a8de2f commit c79003e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_table.sgml

+1-1
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)