| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Update COMMENT item: < o Prevent COMMENT ON dbname from issuing |
| Date: | 2007-11-20 00:18:46 |
| Message-ID: | 20071120001846.810347540F0@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Update COMMENT item:
< o Prevent COMMENT ON dbname from issuing a warning when loading
< into a database with a different name, perhaps using COMMENT ON
< CURRENT DATABASE
> o Change pg_dump so that a comment on the dumped database is
> applied to the loaded database, even if the database has a
> different name. This will require new backend syntax, perhaps
> COMMENT ON CURRENT DATABASE.
Modified Files:
--------------
pgsql/doc:
TODO (r1.2224 -> r1.2225)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2224&r2=1.2225)
pgsql/doc/src/FAQ:
TODO.html (r1.733 -> r1.734)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.733&r2=1.734)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-11-20 01:13:01 | pgsql: More release notes wording cleanups. |
| Previous Message | Bruce Momjian | 2007-11-19 23:48:46 | pgsql: Update wording: < o Allow COMMENT ON dbname to work when |