Content-Length: 256232 | pFad | http://github.com/postgrespro/postgres/commit/c79003ea4f2c40ac957457dbae24928ba255f280

B9 Remove unnecessary MATCH FULL specification in example. · postgrespro/postgres@c79003e · GitHub
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

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/c79003ea4f2c40ac957457dbae24928ba255f280

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy