aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 65062a460b4..935d37bb006 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Feb 17 21:00:07 EST 2002
+Last updated: Sun Feb 17 22:39:54 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -243,7 +243,7 @@ CLIENTS
* Allow psql \d to show temporary table structure
* Add XML interface: psql, pg_dump, COPY, separate server (?)
* Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
-* Have pg_dump use ADD PRIMARY KEY after COPY, for performance
+* Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
* JDBC
o Comprehensive test suite. This may be available already.