summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-23 05:50:58 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-23 05:50:58 +0000
commitf6c1f990abfaaf0a21eebc5d54fa92b0d73feed0 (patch)
tree021644203dcdffdd0d26e6512ef54a9279cdefb0
parent9be9c1fb0c9cc82414c72e3ffbf6631ea432e29b (diff)
Assign:
> o Update pg_dump and psql to use the new COPY libpq API (Christopher)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d4b00d0cbc3..a1c8a6cb7b8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Mar 23 00:49:21 EST 2005
+Last updated: Wed Mar 23 00:50:54 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -562,7 +562,7 @@ Clients
into a single binary.
o Add CSV output format
- o Update pg_dump and psql to use the new COPY libpq API
+ o Update pg_dump and psql to use the new COPY libpq API (Christopher)
* ECPG
o Docs