Add suggested syntax for COMMENT ON DATABASE:
authorBruce Momjian
Mon, 19 Nov 2007 19:27:03 +0000 (19:27 +0000)
committerBruce Momjian
Mon, 19 Nov 2007 19:27:03 +0000 (19:27 +0000)
<    with a different name
>    with a different name, perhaps using COMMENT ON CURRENT
>           DATABASE
>

doc/TODO
doc/src/FAQ/TODO.html

index 7b90144df9c1a0e6bdff4ea9d850c0a7845b5289..8c4839a1d05b547d57317863d6238e3bd398c718 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Nov 19 13:42:03 EST 2007
+Last updated:      Mon Nov 19 14:26:51 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -899,7 +899,9 @@ Clients
      privileges
    o -Add -f to pg_dumpall
    o Allow COMMENT ON dbname to work when loading into a database
-     with a different name
+     with a different name, perhaps using COMMENT ON CURRENT
+          DATABASE
+
 
 * ecpg
 
index 0364cfd91407b28fa319c4f3f3ff626c25a0c87c..9a6f3d6e071ec203be82586f7e36ef73d5ab1a77 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Nov 19 13:42:03 EST 2007
+Last updated:           Mon Nov 19 14:26:51 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -804,7 +804,8 @@ first.  There is also a developer's wiki at
           privileges
     
  • -Add -f to pg_dumpall
  •      
  • Allow COMMENT ON dbname to work when loading into a database
  • -          with a different name
    +          with a different name, perhaps using COMMENT ON CURRENT
    +          DATABASE
       
       
  • ecpg
  •