mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add:
* Have pg_dump use multi-statement transactions for INSERT dumps
This commit is contained in:
parent
6a034c3322
commit
a09b9a36d3
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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
|
* Make pg_restore continue after errors, so it acts more like pg_dump scripts
|
||||||
* Have psql show more information about sequences
|
* Have psql show more information about sequences
|
||||||
* Allow pg_dumpall to use non-text output formats
|
* Allow pg_dumpall to use non-text output formats
|
||||||
|
* Have pg_dump use multi-statement transactions for INSERT dumps
|
||||||
|
|
||||||
|
|
||||||
* JDBC
|
* JDBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user