Re: ON CONFLICT does not support deferrable unique constraints

Поиск
Список
Период
Сортировка
От Francisco Olarte
Тема Re: ON CONFLICT does not support deferrable unique constraints
Дата
Msg-id CA+bJJbxpTdQ3e2Atk8UmHaEatZ9vahPSPFne8tucn+T35HtYFg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ON CONFLICT does not support deferrable unique constraints  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: ON CONFLICT does not support deferrable unique constraints  (Andreas Joseph Krogh <andreas@visena.com>)
Список pgsql-general
On Wed, Aug 24, 2016 at 6:26 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Wed, Aug 24, 2016 at 6:05 AM, Andreas Joseph Krogh
>> Are there any plans to lift this restriction?
> I'm trying to figure out a method for making this work in my head.
> These two things seem kind of opposed to each other.

He probably wants to just treat is as non-deferrable just during the
upsert. I do not know if he has thought this opens a can of worms (
like, the constraint may be already broken due to precious DML ).

Francisco Olarte.


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: ON CONFLICT does not support deferrable unique constraints
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: ON CONFLICT does not support deferrable unique constraints