We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8de2f commit c79003eCopy full SHA for c79003e
doc/src/sgml/ref/alter_table.sgml
@@ -1001,7 +1001,7 @@ ALTER TABLE ONLY distributors DROP CONSTRAINT zipchk;
1001
<para>
1002
To add a foreign key constraint to a table:
1003
<programlisting>
1004
-ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address) MATCH FULL;
+ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address) REFERENCES addresses (address);
1005
</programlisting>
1006
</para>
1007
0 commit comments