Search code examples
sqldatabasepostgresqltriggerseventtrigger

Show all event triggers in a database in PostgreSQL


If we query pg_trigger then we don't get the event triggers, we get list of only normal triggers.

So, is there any other specific table where we can check the event triggers.


Solution

  • These are available in system table pg_event_trigger