PG_EVENT_TRIGGER
PG_EVENT_TRIGGER records information about each event trigger.
Table 1 PG_EVENT_TRIGGER columns
pg_authid.oid | |||
pg_proc.oid | |||
Controls in which the session replication role modes the event trigger fires. O: Trigger fires in "origin" and "local" modes. D: Trigger is disabled. R: Trigger fires in "replica" mode. A: Trigger fires always. | |||
Command tags for which this trigger will fire. If NULL, the firing of this trigger is not restricted by the command tag. |
Feedback