52.21. pg_event_trigger
pg_event_trigger
The catalog pg_event_trigger stores event triggers. See Event Triggers for more information.
Column Type Description |
|---|
oid Row identifier |
evtname Trigger name (must be unique) |
evtevent Identifies the event for which this trigger fires |
evtowner Owner of the event trigger |
evtfoid The function to be called |
evtenabled Controls in which [session_replication_role (enum)
|
evttags Command tags for which this trigger will fire. If NULL, the firing of this trigger is not restricted on the basis of the command tag. |
: pg_event_trigger Columns