drop table doesn't fire ddl_command_end event trigger

From: sanyamjain22(at)live(dot)in
To: pgsql-docs(at)postgresql(dot)org
Subject: drop table doesn't fire ddl_command_end event trigger
Date: 2017-09-25 13:42:40
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/event-trigger-matrix.html
Description:

Hi,
I have enable ddl_command_end trigger on a table.I can see fired events when
ddl type is alter or create but drop is not catched. But in description
https://www.postgresql.org/docs/9.6/static/event-trigger-matrix.html
it is mentioned that drop table will also generate ddl_command_end trigger.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message lisael 2017-09-25 16:09:38 add details in trigger's infinite recursion warnings
Previous Message Herve Duchesne 2017-09-25 09:38:33 Re: can't reproduce example