2 52.21. pg_event_trigger #
4 The catalog pg_event_trigger stores event triggers. See Chapter 38 for
7 Table 52.21. pg_event_trigger Columns
19 Trigger name (must be unique)
23 Identifies the event for which this trigger fires
25 evtowner oid (references pg_authid.oid)
27 Owner of the event trigger
29 evtfoid oid (references pg_proc.oid)
31 The function to be called
35 Controls in which session_replication_role modes the event trigger
36 fires. O = trigger fires in “origin” and “local” modes, D = trigger is
37 disabled, R = trigger fires in “replica” mode, A = trigger fires
42 Command tags for which this trigger will fire. If NULL, the firing of
43 this trigger is not restricted on the basis of the command tag.