Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
PostgreSQL 9.4.1 Documentation
PrevUpChapter 48. System CatalogsNext

48.21.pg_event_trigger

The catalogpg_event_trigger stores event triggers. SeeChapter 37 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 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.

PrevHomeNext
pg_enumUppg_extension
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp