select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

SYSTEM CATALOGS / SYSTEM CATALOGS

pg_event_trigger

Read PG 18 manual ↗

The catalog pg_event_trigger stores event triggers.

Kind
System catalogs
Columns in this snapshot
7
Definition source
English manual

Columns 7

ColumnTypeDescription / reference
oidoidRow identifier
evtnamenameTrigger name (must be unique)
evteventnameIdentifies the event for which this trigger fires
evtowneroidOwner of the event trigger
pg_authid.oid
evtfoidoidThe function to be called
pg_proc.oid
evtenabledcharControls in which 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.
evttagstext[]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.
Column history across versions
Version history 8
  1. PG 16 → 17changed
  2. PG 13 → 14changed
  3. PG 12 → 13changed
  4. PG 11 → 12changed
  5. PG 10 → 11changed
  6. PG 9.6 → 10changed
  7. PG 9.5 → 9.6changed
  8. PG 9.2 → 9.3added

Definition snapshot: english-manuals:9e34efd14a6cd1d285072bb493e… · English manual source