Re: Tables cannot have INSTEAD OF triggers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tables cannot have INSTEAD OF triggers
Дата
Msg-id 1464.1427910970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tables cannot have INSTEAD OF triggers  (Andres Freund <andres@anarazel.de>)
Ответы Re: Tables cannot have INSTEAD OF triggers  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2015-04-01 13:29:33 -0400, Tom Lane wrote:
>> WHEN won't help; if there are any INSTEAD OF triggers, no insert will
>> happen, whether the triggers actually fire or not.

> Well, right now it doesn't work at all. It seems pretty reasonable to
> define things so that the insert happens normally if there's no matching
> INSTEAD OF trigger.

It would absolutely *not* be reasonable for WHEN conditions for triggers
on tables to work completely differently than they do for triggers on
views.  That ship's sailed.
        regards, tom lane



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Auditing extension for PostgreSQL (Take 2)
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: proposal: row_to_array function