Allow WHEN in INSTEAD OF triggers

Поиск
Список
Период
Сортировка
От David Fetter
Тема Allow WHEN in INSTEAD OF triggers
Дата
Msg-id 20191228030113.GL32763@fetter.org
обсуждение исходный текст
Ответы Re: Allow WHEN in INSTEAD OF triggers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: Allow WHEN in INSTEAD OF triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Folks,

While noodling around with an upcoming patch to remove user-modifiable
RULEs, I noticed that WHEN conditions were disallowed from INSTEAD OF
triggers for no discernible reason. This patch removes that
restriction.

I noticed that columns were also disallowed in INSTEAD OF triggers,
but haven't dug further into those just yet.

What say?

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Server crash with Master-Slave configuration.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Allow WHEN in INSTEAD OF triggers