diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-10 04:33:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-10 04:33:51 +0000 |
commit | 13c30084f678df27244cc9a243fa298256520b79 (patch) | |
tree | c978ae218b1c2c6f56230d521995aa4f87da5e31 | |
parent | 741681b7b233f28fb59ccdeb9665beb11bf9b6f9 (diff) | |
download | postgresql-13c30084f678df27244cc9a243fa298256520b79.tar.gz postgresql-13c30084f678df27244cc9a243fa298256520b79.zip |
Add:
> * Allow pg_dump to use multiple -t and -n switches
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jun 10 00:06:02 EDT 2004 +Last updated: Thu Jun 10 00:33:46 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -271,6 +271,7 @@ Clients * Have pg_dump use multi-statement transactions for INSERT dumps * Move psql backslash database information into the backend, use mnemonic commands? [psql] +* Allow pg_dump to use multiple -t and -n switches * ECPG |