Commit 572ab1a5 authored by Tom Lane's avatar Tom Lane

Remove obsolete comment, per Josh Kupershmidt.

parent a52aa6c6
...@@ -1847,9 +1847,6 @@ GRANT SELECT ON tables TO PUBLIC; ...@@ -1847,9 +1847,6 @@ GRANT SELECT ON tables TO PUBLIC;
* TRIGGERED_UPDATE_COLUMNS view * 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 CREATE VIEW triggered_update_columns AS
SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog, SELECT CAST(current_database() AS sql_identifier) AS trigger_catalog,
CAST(n.nspname AS sql_identifier) AS trigger_schema, CAST(n.nspname AS sql_identifier) AS trigger_schema,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment