Deferred partial/expression unique constraints

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Deferred partial/expression unique constraints
Дата
Msg-id 3672090.xE5MGnDR68@alap2
обсуждение исходный текст
Ответы Re: Deferred partial/expression unique constraints
Список pgsql-hackers
Hi,

I guess $subject wasn't implemented because plain unique indexes aren't 
represented in pg_constraint and thus do not have a place to store information 
about being deferred?
Other than that I do not see any special complications in implementing it?

Is there any reasons not to store unique indexes in pg_constraint in the 
future?

Greetings,

Andres



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: reducing the overhead of frequent table locks, v4