39.52. triggered_update_columns
Для триггеров в текущей базе данных, установленных для списка столбцов (например, UPDATE OF column1, column2), представление triggered_update_columns показывает эти столбцы. Триггеры, для которых не задаётся список столбцов, в этом представлении не отражаются. В нём показываются только столбцы, доступные текущему пользователю (как владельцу или имеющему некоторые права, кроме SELECT).
Таблица 39.50. Столбцы triggered_update_columns
Тип столбца Описание |
|---|
Имя базы данных, содержащей триггер (всегда текущая база) |
Имя схемы, содержащей триггер |
Имя триггера |
Имя базы данных, содержащей таблицу, для которой определён триггер (всегда текущая база) |
Имя схемы, содержащей таблицу, для которой определён триггер |
Имя таблицы, для которой определён триггер |
Имя столбца, для которого определён триггер |
39.52. triggered_update_columns
For triggers in the current database that specify a column list (like UPDATE OF column1, column2), the view triggered_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 than SELECT on.
Table 39.50. triggered_update_columns Columns
Column Type Description |
|---|
Name of the database that contains the trigger (always the current database) |
Name of the schema that contains the trigger |
Name of the trigger |
Name of the database that contains the table that the trigger is defined on (always the current database) |
Name of the schema that contains the table that the trigger is defined on |
Name of the table that the trigger is defined on |
Name of the column that the trigger is defined on |