diff options
| author | Bruce Momjian | 2004-05-19 21:09:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-05-19 21:09:53 +0000 |
| commit | 952c772158e04861d5026d4b2379113099c4f674 (patch) | |
| tree | 93f65167252fb4c9ebdb790b224bfac9fdb8e42f | |
| parent | 4056279958de209bfb5d0c18ef2ee943304c465a (diff) | |
Done:
> * -Make pg_restore continue after errors, so it acts more like pg_dump scripts
| -rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue May 18 12:06:03 EDT 2004 +Last updated: Wed May 19 17:09:53 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -262,7 +262,7 @@ Clients * -Allow pg_dump to dump CREATE CONVERSION (Christopher) * Allow fastpast to pass values in portable format * Allow libpq to return information about prepared queries -* 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 * Allow pg_dumpall to use non-text output formats * Have pg_dump use multi-statement transactions for INSERT dumps |
