projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a52aa6c
)
Remove obsolete comment, per Josh Kupershmidt.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 20 Oct 2010 21:05:15 +0000
(17:05 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 20 Oct 2010 21:05:15 +0000
(17:05 -0400)
src/backend/catalog/information_schema.sql
patch
|
blob
|
history
diff --git
a/src/backend/catalog/information_schema.sql
b/src/backend/catalog/information_schema.sql
index f1c92635f04a2a24b18f6e0a353f4510e542ef05..def273d3c0c2779c61be4324effd748cbd177764 100644
(file)
--- 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,