aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-10-20 17:05:15 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2010-10-20 17:05:15 -0400
commit572ab1a542c170ddd2e4c30ef472e13f531b64a4 (patch)
tree169c837cf872e77b8d34efe34f7143e99d0c3fe0 /src
parenta52aa6c6db13155bc0b1b1b18fedf2310d9e7a84 (diff)
downloadpostgresql-572ab1a542c170ddd2e4c30ef472e13f531b64a4.tar.gz
postgresql-572ab1a542c170ddd2e4c30ef472e13f531b64a4.zip
Remove obsolete comment, per Josh Kupershmidt.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/information_schema.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql
index f1c92635f04..def273d3c0c 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,