Tom Lane <tgl@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