From: Michael P. <mic...@gm...> - 2013-09-30 05:02:30
|
On Mon, Sep 30, 2013 at 11:23 AM, Abbas Butt <abb...@en...> wrote: > The current implementation of event triggers assumes that any statment > that is not handeled by the main switch-case in standard_ProcessUtility > supports event triggers. > CLEAN CONNECTION is a new statement added by XC and does not support > event triggers as of now. I would agree not to support event triggers at all for event triggers. You can have a look at the commands that work with event triggers here: http://www.postgresql.org/docs/9.3/static/event-trigger-matrix.html You would notice that only a subset of CREATE/ALTER/DROP commands is supported only. There is nothing like for example CLUSTER or VACUUM, etc. -- Michael |