diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-23 05:50:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-23 05:50:58 +0000 |
commit | f6c1f990abfaaf0a21eebc5d54fa92b0d73feed0 (patch) | |
tree | 021644203dcdffdd0d26e6512ef54a9279cdefb0 | |
parent | 9be9c1fb0c9cc82414c72e3ffbf6631ea432e29b (diff) |
Assign:
> o Update pg_dump and psql to use the new COPY libpq API (Christopher)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |