OSDN Git Service

Remove obsolete comment, per Josh Kupershmidt.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Oct 2010 21:05:15 +0000 (17:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Oct 2010 21:05:15 +0000 (17:05 -0400)
src/backend/catalog/information_schema.sql

index f1c9263..def273d 100644 (file)
@@ -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,