index f5764907494603f17a0b8c6413a8923cb1f5930f..5e44c5b8e8badf730466125dcb14db2a8978e411 100644 (file)
* TRIGGERED_UPDATE_COLUMNS view
*/
--- PostgreSQL doesn't allow the specification of individual triggered
--- update columns, so this view is empty.
-
CREATE VIEW triggered_update_columns AS
SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog,
CAST(n.nspname AS sql_identifier) AS trigger_schema,