summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-03-16 16:13:38 +0000
committerBruce Momjian <bruce@momjian.us>2004-03-16 16:13:38 +0000
commit2c7e47343449e2a4f7694d04a5a4284d89246699 (patch)
tree4b7f6113a0f44acb616a1d59f0fa3daf284149bd
parent40f456ce56d86c9d4efeda9a9936e340602269de (diff)
Add:
> * Allow pg_dumpall to use non-text output formats >
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 6da74a7748c..5c1aee25528 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Mar 15 09:06:53 EST 2004
+Last updated: Tue Mar 16 11:13:31 EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -266,6 +266,8 @@ Clients
* Allow libpq to return information about prepared queries
* 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
+
* JDBC
o Comprehensive test suite. This may be available already.