Dimitri Fontaine <[email protected]> writes:
> Tom Lane <[email protected]> writes:
>> BTW, is the example in the CREATE EVENT TRIGGER ref page meant as an
>> IQ test for unwary readers?

> Maybe we could just append to it how to remove such an event trigger,
> which is easy to do because you can't target an event trigger related
> command with event triggers, so the following is not disabled:
>     DROP EVENT TRIGGER abort_ddl;

Oh really?  The explanation of the example certainly doesn't say that.

                        regards, tom lane


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

Reply via email to