Re: Deferrable FK not behaving as expected.

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Deferrable FK not behaving as expected.
Дата
Msg-id 76fc2246-e88f-a97d-c601-8e68cf45e6dc@gmail.com
обсуждение исходный текст
Ответ на Re: Deferrable FK not behaving as expected.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Deferrable FK not behaving as expected.
Список pgsql-general
On 12/7/20 1:27 PM, Tom Lane wrote:
> Ron <ronljohnsonjr@gmail.com> writes:
>> Neither technique worked.
>> test=# ALTER TABLE sales_detail ALTER CONSTRAINT
>> fk_sales_detail_sales_header DEFERRABLE INITIALLY DEFERRED;
>> ALTER TABLE
> Hmm, reproduced here.  There seems to be some kind of bug
> in ALTER CONSTRAINT ---

Do I need to file a bug report?

>   it looks like it's updated all the
> child FKs successfully, but it actually hasn't.  If you
> drop the FK constraint altogether, and recreate it having
> DEFERRABLE INITIALLY DEFERRED from the start, it should
> work --- at least it does for me.

That worked.

-- 
Angular momentum makes the world go 'round.



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

Предыдущее
От: legrand legrand
Дата:
Сообщение: Re: simple reporting tools for postgres in aws
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Deferrable FK not behaving as expected.