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

Commit 922f753

Browse files
committed
Remove:
< o %Have pg_dump use multi-statement transactions for INSERT dumps
1 parent 598dfee commit 922f753

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/TODO

Lines changed: 1 addition & 2 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: Fri Apr 14 18:26:14 EDT 2006
5+
Last updated: Sat Apr 15 14:13:07 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -660,7 +660,6 @@ Clients
660660

661661
* pg_dump
662662

663-
o %Have pg_dump use multi-statement transactions for INSERT dumps
664663
o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
665664
o %Add dumping of comments on index columns and composite type columns
666665
o %Add full object name to the tag field. eg. for operators we need

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 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: Fri Apr 14 18:26:14 EDT 2006
11+
Last updated: Sat Apr 15 14:13:07 EDT 2006
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>.
@@ -600,8 +600,7 @@ <h1><a name="section_9">Clients</a></h1>
600600
</li></ul>
601601
</li><li>pg_dump
602602
<ul>
603-
<li>%Have pg_dump use multi-statement transactions for INSERT dumps
604-
</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>]
603+
<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>]
605604
</li><li>%Add dumping of comments on index columns and composite type columns
606605
</li><li>%Add full object name to the tag field. eg. for operators we need
607606
'=(integer, integer)', instead of just '='.

0 commit comments

Comments
 (0)