Tom Lane <t...@sss.pgh.pa.us> wrote:
 
> This seems over-complicated.  Triggers on tables do not have
> alterable properties, why should command triggers?  I vote for
> 
>       CREATE COMMAND TRIGGER name ... properties ...;
> 
>       DROP COMMAND TRIGGER name;
> 
> full stop.  If you want to run the same trigger function on some
> more commands, add another trigger name.
 
+1
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to