Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5276950

Browse files
committed
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.
1 parent d29e972 commit 5276950

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/TODO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Nov 19 18:48:42 EST 2007
4+
Last updated: Mon Nov 19 19:18:31 EST 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -898,9 +898,10 @@ Clients
898898
o Allow pg_dump --clean to drop roles that own objects or have
899899
privileges
900900
o -Add -f to pg_dumpall
901-
o Prevent COMMENT ON dbname from issuing a warning when loading
902-
into a database with a different name, perhaps using COMMENT ON
903-
CURRENT DATABASE
901+
o Change pg_dump so that a comment on the dumped database is
902+
applied to the loaded database, even if the database has a
903+
different name. This will require new backend syntax, perhaps
904+
COMMENT ON CURRENT DATABASE.
904905

905906

906907
* ecpg

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Nov 19 18:48:42 EST 2007
11+
Last updated: Mon Nov 19 19:18:31 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -803,9 +803,10 @@ <h1><a name="section_9">Clients</a></h1>
803803
</li><li>Allow pg_dump --clean to drop roles that own objects or have
804804
privileges
805805
</li><li>-<em>Add -f to pg_dumpall</em>
806-
</li><li>Prevent COMMENT ON dbname from issuing a warning when loading
807-
into a database with a different name, perhaps using COMMENT ON
808-
CURRENT DATABASE
806+
</li><li>Change pg_dump so that a comment on the dumped database is
807+
applied to the loaded database, even if the database has a
808+
different name. This will require new backend syntax, perhaps
809+
COMMENT ON CURRENT DATABASE.
809810
</li></ul>
810811
</li><li>ecpg
811812
<ul>

0 commit comments

Comments
 (0)