バージョンごとのドキュメント一覧

37.56. triggered_update_columns #

For triggers in the current database that specify a column list (like <literal>UPDATE OF column1, column2</literal>), the view <literal>triggered_update_columns</literal> identifies these columns. Triggers that do not specify a column list are not included in this view. Only those columns are shown that the current user owns or has some privilege other than <literal>SELECT</literal> on. 列リスト(UPDATE OF column1, column2など)を指定する現在のデータベース内のトリガに関して、triggered_update_columnsビューはこれらの列を示します。 列リストを指定しないトリガはこのビューには含まれません。 これらの列の内、現在のユーザが所有するまたはSELECT以外の何らかの権限を持つもののみが示されます。

表37.54 triggered_update_columnsの列

<title><structname>triggered_update_columns</structname> Columns</title>

Column Type 列 型

Description 説明

trigger_catalog sql_identifier

Name of the database that contains the trigger (always the current database) トリガを持つデータベースの名前です(常に現在のデータベースです)。

trigger_schema sql_identifier

Name of the schema that contains the trigger トリガを持つスキーマの名前です。

trigger_name sql_identifier

Name of the trigger トリガの名前です。

event_object_catalog sql_identifier

Name of the database that contains the table that the trigger is defined on (always the current database) トリガが定義されたテーブルを持つデータベースの名前です(常に現在のデータベースです)。

event_object_schema sql_identifier

Name of the schema that contains the table that the trigger is defined on トリガが定義されたテーブルを持つスキーマの名前です。

event_object_table sql_identifier

Name of the table that the trigger is defined on トリガが定義されたテーブルの名前です。

event_object_column sql_identifier

Name of the column that the trigger is defined on トリガが定義された列の名前です。