From: Tom Lane Date: Wed, 20 Oct 2010 21:05:15 +0000 (-0400) Subject: Remove obsolete comment, per Josh Kupershmidt. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=572ab1a542c170ddd2e4c30ef472e13f531b64a4;p=users%2Fkgrittn%2Fpostgres.git Remove obsolete comment, per Josh Kupershmidt. --- diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql index f1c92635f0..def273d3c0 100644 --- a/src/backend/catalog/information_schema.sql +++ b/src/backend/catalog/information_schema.sql @@ -1847,9 +1847,6 @@ GRANT SELECT ON tables TO PUBLIC; * 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,