Re: order of row processing affects updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: order of row processing affects updates
Дата
Msg-id 11202.1095690318@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: order of row processing affects updates  (Paramveer.Singh@trilogy.com)
Список pgsql-general
Paramveer.Singh@trilogy.com writes:
> Can someone tell me why postgres does not support deferring unique
> constraints?

Because no one's implemented it.  The existing unique-check code is
associated with insertion of a new index entry, and it's nontrivial
to refactor it into a deferrable operation.  There is a TODO item
for this, but don't hold your breath ...

            regards, tom lane

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

Предыдущее
От: lists@petri.cc
Дата:
Сообщение: Weird behavior with selects and composite data types
Следующее
От: Matthew Wilson
Дата:
Сообщение: How to get most frequent and least frequent values in a column?