ALTER TABLE doc small thing

Поиск
Список
Период
Сортировка
От Grzegorz Szpetkowski
Тема ALTER TABLE doc small thing
Дата
Msg-id BANLkTikx0iKbcU4pPAMDPXcL1c4fX6nWMQ@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления: