Re: Deferrable UNIQUE INDEX?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Deferrable UNIQUE INDEX?
Дата
Msg-id 4995.24.211.165.134.1136342021.squirrel@www.dunslane.net
обсуждение исходный текст
Ответ на Deferrable UNIQUE INDEX?  (David Fetter <david@fetter.org>)
Ответы Re: Deferrable UNIQUE INDEX?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
David Fetter said:

> Is there some way to make the index check INITIALLY DEFERRABLE the way
> a regular column/table constraint could be?
>
> I'd much appreciate any insights into this :)
>

The docs say: "Only foreign key constraints currently accept this clause.
All other constraint types are not deferrable."

The TODO list has: "Allow DEFERRABLE UNIQUE constraints?"

send in a patch ;-)

cheers

andrew




В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Deferrable UNIQUE INDEX?
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: Inconsistent syntax in GRANT