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

Commit d5310ca

Browse files
committed
Done:
< o %Replace crude DELETE FROM method of pg_dumpall --clean for < cleaning of roles with separate DROP commands 608a607 >
1 parent 87a67d1 commit d5310ca

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

doc/TODO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Oct 12 09:39:19 EDT 2005
5+
Last updated: Wed Oct 12 09:39:47 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -589,8 +589,6 @@ Clients
589589
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
590590
o %Add dumping of comments on composite type columns
591591
o %Add dumping of comments on index columns
592-
o %Replace crude DELETE FROM method of pg_dumpall --clean for
593-
cleaning of roles with separate DROP commands
594592
o Stop dumping CASCADE on DROP TYPE commands in clean mode
595593
o %Add full object name to the tag field. eg. for operators we need
596594
'=(integer, integer)', instead of just '='.
@@ -607,6 +605,7 @@ Clients
607605
o Allow pg_dump --clean to drop roles that own objects or have
608606
privileges
609607

608+
610609
* ecpg
611610

612611
o Docs

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 3 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Oct 12 09:39:19 EDT 2005
11+
Last updated: Wed Oct 12 09:39:47 EDT 2005
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>.
@@ -536,8 +536,6 @@ <h1><a name="section_9">Clients</a></h1>
536536
</li><li>%Allow pg_dump to use multiple -t and -n switches [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?pg_dump">pg_dump</a>]
537537
</li><li>%Add dumping of comments on composite type columns
538538
</li><li>%Add dumping of comments on index columns
539-
</li><li>%Replace crude DELETE FROM method of pg_dumpall --clean for
540-
cleaning of roles with separate DROP commands
541539
</li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode
542540
</li><li>%Add full object name to the tag field. eg. for operators we need
543541
'=(integer, integer)', instead of just '='.

0 commit comments

Comments
 (0)