aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8f12faaf857..504c770107f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Oct 20 20:36:15 EDT 2002
+Last updated: Mon Oct 21 16:34:56 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -291,6 +291,7 @@ Clients
* Add XML interface: psql, pg_dump, COPY, separate server (?)
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
* Add schema, cast, and conversion backslash commands to psql
+* Allow pg_dump to dump a specific schema
* JDBC
o Comprehensive test suite. This may be available already.