summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2007-11-19 23:48:46 +0000
committerBruce Momjian2007-11-19 23:48:46 +0000
commitd29e9725a75d587fcd82612b76eacdbf00d76b4d (patch)
tree3d97c166964f251df72a7788f882856a178787ff /doc/TODO
parenteeb86777619285a14fe197ac23e615b68f8fe7b2 (diff)
Update wording:
< o Allow COMMENT ON dbname to work when loading into a database < with a different name, perhaps using COMMENT ON CURRENT < DATABASE > o Prevent COMMENT ON dbname from issuing a warning when loading > into a database with a different name, perhaps using COMMENT ON > CURRENT DATABASE
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 8c4839a1d05..a0c40ff9ac8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Nov 19 14:26:51 EST 2007
+Last updated: Mon Nov 19 18:48:42 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -898,9 +898,9 @@ Clients
o Allow pg_dump --clean to drop roles that own objects or have
privileges
o -Add -f to pg_dumpall
- o Allow COMMENT ON dbname to work when loading into a database
- with a different name, perhaps using COMMENT ON CURRENT
- DATABASE
+ o Prevent COMMENT ON dbname from issuing a warning when loading
+ into a database with a different name, perhaps using COMMENT ON
+ CURRENT DATABASE
* ecpg