public inbox for [email protected]
help / color / mirror / Atom feedFrom: Grzegorz Szpetkowski <[email protected]>
To: [email protected]
Subject: ALTER TABLE doc small thing
Date: Mon, 9 May 2011 17:56:18 +0200
Message-ID: <[email protected]> (raw)
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.
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: ALTER TABLE doc small thing
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox