ALTER TRIGGER Before / After? - Mailing list pgsql-general

From Josh Trutwin
Subject ALTER TRIGGER Before / After?
Date
Msg-id 20071029162346.4f75516f@sinkhole.intrcomm.net
Whole thread Raw
Responses Re: ALTER TRIGGER Before / After?  (Richard Huxton <dev@archonet.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: DST problem on pg 8.2.5
Next
From: Richard Huxton
Date:
Subject: Re: ALTER TRIGGER Before / After?