PG_EVENT_TRIGGER

PG_EVENT_TRIGGER records information about each event trigger.

Table 1 PG_EVENT_TRIGGER columns

Name

Type

Reference

Description

evtname

name

-

Trigger name, which must be unique.

evtevent

name

-

Identifies the event for which this trigger fires.

evtowner

oid

pg_authid.oid

Owner of the event trigger.

evtfoid

oid

pg_proc.oid

Function to be called.

evtenabled

char

-

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.

evttags

text[]

-

Command tags for which this trigger will fire. If NULL, the firing of this trigger is not restricted by the command tag.

Feedback
编组 3备份
    openGauss 2024-05-19 00:42:09
    cancel