diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-24 18:15:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-24 18:15:56 +0000 |
commit | a09b9a36d3cc8e4c5cd2877b2b764dc14a78f58e (patch) | |
tree | 92530083b049b79c93287f27f0b0d8c0d3ef6616 | |
parent | 6a034c332234531fd9dd47d3bd1653548ee1cdaa (diff) | |
download | postgresql-a09b9a36d3cc8e4c5cd2877b2b764dc14a78f58e.tar.gz postgresql-a09b9a36d3cc8e4c5cd2877b2b764dc14a78f58e.zip |
Add:
* Have pg_dump use multi-statement transactions for INSERT dumps
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Mar 17 17:30:08 EST 2004 +Last updated: Wed Mar 24 13:15:38 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -267,6 +267,7 @@ Clients * Make pg_restore continue after errors, so it acts more like pg_dump scripts * Have psql show more information about sequences * Allow pg_dumpall to use non-text output formats +* Have pg_dump use multi-statement transactions for INSERT dumps * JDBC |