Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE
Дата
Msg-id AANLkTin79_wj1KcfqG56ikqIKxMh7zVYPmuG3nuFAoLz@mail.gmail.com
обсуждение исходный текст
Ответ на Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE  (Thom Brown <thombrown@gmail.com>)
Ответы Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE  (Thom Brown <thombrown@gmail.com>)
Список pgsql-general
it is confusing to me, because I thought triggers are firring BEFORE
anything goes away. So I assume that all data is still going to be
visible to the trigger, as it is firing BEFORE. The only thing is, it
looks like the FKs are doing the deletion and than things are handed
over to triggers.

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: High Availability with Postgres