| PostgreSQL 9.2.4 Documentation | ||||
|---|---|---|---|---|
| Prev | Up | Chapter 34. The Information Schema | Next | |
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 34-51. triggered_update_columns Columns
| Name | Data 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 |
Please use this form to add your own comments regarding your experience with particular features of PostgreSQL, clarifications of the documentation, or hints for other users. Please note, this is not a support forum, and your IP address will be logged. If you have a question or need help, please see the faq, try a mailing list, or join us on IRC. Note that submissions containing URLs or other keywords commonly found in 'spam' comments may be silently discarded. Please contact the webmaster if you think this is happening to you in error.
Proceed to the comment form.