Remove:
authorBruce Momjian
Sat, 15 Apr 2006 18:13:11 +0000 (18:13 +0000)
committerBruce Momjian
Sat, 15 Apr 2006 18:13:11 +0000 (18:13 +0000)
<  o %Have pg_dump use multi-statement transactions for INSERT dumps

doc/TODO
doc/src/FAQ/TODO.html

index 0575f075db1066a6b342ff5d2133dc071eaab3ac..65c9fe0dce36fd10f5201f9fb70da4919fe4dc5f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Apr 14 18:26:14 EDT 2006
+Last updated:      Sat Apr 15 14:13:07 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -660,7 +660,6 @@ Clients
 
 * pg_dump
 
-   o %Have pg_dump use multi-statement transactions for INSERT dumps
    o %Allow pg_dump to use multiple -t and -n switches [pg_dump]
    o %Add dumping of comments on index columns and composite type columns
    o %Add full object name to the tag field.  eg. for operators we need
index 0e76e5237376ec45aa17dfbc3f4fc383766f3d42..85e336f80adce31d957796837b9629986ea6a51b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Apr 14 18:26:14 EDT 2006
+Last updated:           Sat Apr 15 14:13:07 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -600,8 +600,7 @@ first.
   
   
  • pg_dump
  •    
      -    
    • %Have pg_dump use multi-statement transactions for INSERT dumps
    • -    
    • %Allow pg_dump to use multiple -t and -n switches [pg_dump]
    • +    
    • %Allow pg_dump to use multiple -t and -n switches [pg_dump]
    •      
    • %Add dumping of comments on index columns and composite type columns
    •      
    • %Add full object name to the tag field.  eg. for operators we need
    •            '=(integer, integer)', instead of just '='.