ALTER TRIGGER Before / After?

Поиск
Список
Период
Сортировка
От Josh Trutwin
Тема ALTER TRIGGER Before / After?
Дата
Msg-id 20071029162346.4f75516f@sinkhole.intrcomm.net
обсуждение исходный текст
Ответы Re: ALTER TRIGGER Before / After?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
On Postgresql 8.1 I am guessing there isn't a convenient way to alter
a trigger to change its before/after behavior?  I wrote one of my
first triggers using an AFTER and now I release I needed to
do BEFORE.  It's used on a couple tables so I was hoping to avoid
dropping it and re-creating it but if that is my only option, so be
it.

Josh

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: DST problem on pg 8.2.5
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: ALTER TRIGGER Before / After?