From: Bruce Momjian Date: Mon, 19 Nov 2007 23:48:46 +0000 (+0000) Subject: Update wording: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0f11b5583011889a8d5074a710027eb3d04262a0;p=users%2Fbernd%2Fpostgres.git 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 --- diff --git a/doc/TODO b/doc/TODO index 8c4839a1d0..a0c40ff9ac 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 9a6f3d6e07..8e44fc7311 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -803,9 +803,9 @@ first. There is also a developer's wiki at

  • Allow pg_dump --clean to drop roles that own objects or have privileges
  • -Add -f to pg_dumpall -
  • Allow COMMENT ON dbname to work when loading into a database - with a different name, perhaps using COMMENT ON CURRENT - DATABASE +
  • Prevent COMMENT ON dbname from issuing a warning when loading + into a database with a different name, perhaps using COMMENT ON + CURRENT DATABASE
  • ecpg