Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.21. pg_event_trigger
Prev UpChapter 51. System CatalogsHome Next

51.21. pg_event_trigger#

The catalogpg_event_trigger stores event triggers. SeeChapter 38 for more information.

Table 51.21. pg_event_trigger Columns

Column Type

Description

oidoid

Row identifier

evtnamename

Trigger name (must be unique)

evteventname

Identifies the event for which this trigger fires

evtowneroid (referencespg_authid.oid)

Owner of the event trigger

evtfoidoid (referencespg_proc.oid)

The function to be called

evtenabledchar

Controls in whichsession_replication_role modes the event trigger fires.O = trigger fires inorigin andlocal modes,D = trigger is disabled,R = trigger fires inreplica 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.



Prev Up Next
51.20. pg_enum Home 51.22. pg_extension
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp