Re: BUG #6531: integrity constraint failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6531: integrity constraint failure
Дата
Msg-id 1844.1331742058@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6531: integrity constraint failure  (claudiomsi@hotmail.com)
Список pgsql-bugs
claudiomsi@hotmail.com writes:
> It would be a BUG.

No, this is not a bug.  If you create a trigger that disables deletions
on the referencing table, you should not be surprised that
foreign-key-related deletions don't happen.  Triggers do fire on FK
actions; it would be substantially less useful if they didn't.

            regards, tom lane

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

Предыдущее
От: claudiomsi@hotmail.com
Дата:
Сообщение: BUG #6531: integrity constraint failure
Следующее
От: Rikard Pavelic
Дата:
Сообщение: Re: BUG #6489: Alter table with composite type/table