diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql
index f1c9263..cb85f92 100644
*** a/src/backend/catalog/information_schema.sql
--- b/src/backend/catalog/information_schema.sql
*************** GRANT SELECT ON tables TO PUBLIC;
*** 1847,1854 ****
   * 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,
--- 1847,1852 ----
