1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

Remove obsolete comment, per Josh Kupershmidt.

This commit is contained in:
Tom Lane
2010-10-20 17:05:15 -04:00
parent a52aa6c6db
commit 572ab1a542

View 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,