Re: ALTER TABLE doc small thing

Поиск
Список
Период
Сортировка
От Grzegorz Szpetkowski
Тема Re: ALTER TABLE doc small thing
Дата
Msg-id BANLkTi=wObY6Wnn3PLoCezT5EZdjeubROw@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER TABLE doc small thing  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-docs
"NOTE 30 — If MATCH FULL or MATCH PARTIAL is specified for a
referential constraint and if the referencing table has only one
column specified in <referential constraint definition> for that
referential constraint, or if the referencing table has more than one
specified column for that <referential constraint definition>, but
none of those columns is nullable, then the effect is the same as if
no
<match type> were specified."

I found that in SQL:2003 draft, so in above case MATCH FULL is
syntactically ok, but rather confusing and effectively do nothing
(maybe just impression purpose).

Regards,
G. Sz.

2011/5/9 Grzegorz Szpetkowski <gszpetkowski@gmail.com>:
> 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: should pg_basebackup be listed as a server application?
Следующее
От: Grzegorz Szpetkowski
Дата:
Сообщение: ALTER TABLE doc small thing