aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-18 04:00:32 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-18 04:00:32 +0000
commit75007041673c463369bac1fc0b5dbed5d6e87dcc (patch)
tree27eedbe3fe3164bbb77fcee05720f66c4b9dafce
parent83f8fb745982674d6abec63b11bdf28778182927 (diff)
downloadpostgresql-75007041673c463369bac1fc0b5dbed5d6e87dcc.tar.gz
postgresql-75007041673c463369bac1fc0b5dbed5d6e87dcc.zip
Remove as duplicate:
< o Allow pg_dumpall to use non-text output formats
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index cb8e1065bfb..2a30bc87988 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Aug 17 23:51:40 EDT 2004
+Last updated: Wed Aug 18 00:00:34 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -490,7 +490,6 @@ Clients
* Consistently display privilege information for all objects in psql
* pg_dump
- o Allow pg_dumpall to use non-text output formats
o Have pg_dump use multi-statement transactions for INSERT dumps
o -Allow pg_dump to dump CREATE CONVERSION (Christopher)
o -Make pg_restore continue after errors, so it acts more like pg_dump