Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
35.56. triggered_update_columns
Prev UpChapter 35. The Information SchemaHome Next

35.56. triggered_update_columns#

For triggers in the current database that specify a column list (likeUPDATE OF column1, column2), the viewtriggered_update_columns 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 thanSELECT on.

Table 35.54. triggered_update_columns Columns

Column Type

Description

trigger_catalogsql_identifier

Name of the database that contains the trigger (always the current database)

trigger_schemasql_identifier

Name of the schema that contains the trigger

trigger_namesql_identifier

Name of the trigger

event_object_catalogsql_identifier

Name of the database that contains the table that the trigger is defined on (always the current database)

event_object_schemasql_identifier

Name of the schema that contains the table that the trigger is defined on

event_object_tablesql_identifier

Name of the table that the trigger is defined on

event_object_columnsql_identifier

Name of the column that the trigger is defined on



Prev Up Next
35.55. transforms Home 35.57. triggers
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