Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
48.21. pg_event_trigger
Prev UpChapter 48. System CatalogsHome Next

48.21. pg_event_trigger

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

Table 48.21. pg_event_trigger Columns

NameTypeReferencesDescription
evtnamename Trigger name (must be unique)
evteventname Identifies the event for which this trigger fires
evtowneroidpg_authid.oidOwner of the event trigger
evtfoidoidpg_proc.oidThe 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 Home Next
48.20. pg_enum Up 48.22. pg_extension
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp