aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-23 02:41:29 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-23 02:41:29 +0000
commit0b2adc1e5f212bdc2eaf7a382fb30076c74502c4 (patch)
tree88b20735cefe3c2704940bf6556104687520aa7f
parent09c165e41eafb3b0286202b55b4b5ad3db4ffc68 (diff)
downloadpostgresql-0b2adc1e5f212bdc2eaf7a382fb30076c74502c4.tar.gz
postgresql-0b2adc1e5f212bdc2eaf7a382fb30076c74502c4.zip
Add:
> o Update pg_dump and psql to use the new COPY libpq API
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d7766b36f5..1ab9dfe6325 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: Tue Mar 22 21:21:04 EST 2005
+Last updated: Tue Mar 22 21:41:32 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -554,6 +554,7 @@ Clients
into a single binary.
o Add CSV output format
+ o Update pg_dump and psql to use the new COPY libpq API
* ECPG
o Docs