pg_event_trigger
#
The catalog <structname>pg_event_trigger</structname> stores event triggers.
See <xref linkend="event-triggers"/> for more information.
pg_event_trigger
カタログはイベントトリガを格納します。
詳細は第38章を参照してください。
表51.21 pg_event_trigger
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Trigger name (must be unique) トリガ名(一意でなければなりません) |
Identifies the event for which this trigger fires このトリガが発行する対象のイベントを識別します |
Owner of the event trigger イベントトリガの所有者 |
The function to be called 呼び出される関数 |
Controls in which <xref linkend="guc-session-replication-role"/> modes
the event trigger fires.
<literal>O</literal> = trigger fires in <quote>origin</quote> and <quote>local</quote> modes,
<literal>D</literal> = trigger is disabled,
<literal>R</literal> = trigger fires in <quote>replica</quote> mode,
<literal>A</literal> = trigger fires always.
どのsession_replication_role モードでこのイベントトリガを発行するかを制御します。
|
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. このトリガを発行するコマンドタグです。 NULLの場合、このトリガの発行はコマンドタグに基づいて制限されていません。 |