ALTER TABLE doc small thing - Mailing list pgsql-docs

From Grzegorz Szpetkowski
Subject ALTER TABLE doc small thing
Date
Msg-id BANLkTikx0iKbcU4pPAMDPXcL1c4fX6nWMQ@mail.gmail.com
Whole thread Raw
List pgsql-docs
http://www.postgresql.org/docs/9.0/static/sql-altertable.html

"To add a foreign key constraint to a table:

ALTER TABLE distributors ADD CONSTRAINT distfk FOREIGN KEY (address)
REFERENCES addresses (address) MATCH FULL;"

This looks confusing to me. Is "MATCH FULL" works with non-composite
(one adress column) foreign keys at all ?

Regards,
G. Sz.

pgsql-docs by date:

Previous
From: Grzegorz Szpetkowski
Date:
Subject: Re: ALTER TABLE doc small thing
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: should pg_basebackup be listed as a server application?