Re: Use of systable_beginscan_ordered in event trigger patch

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: pgsql-hackers@postgresql.org
Date: 2012-12-12T15:09:10Z
Lists: pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> Tom Lane <tgl@sss.pgh.pa.us> 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