aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-23 02:14:11 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-23 02:14:11 +0000
commitee107208349c0fbbd61a7dd454b3c0d14793dcf4 (patch)
tree003117493e9afe7ced32df3b7184a8241760cbcb
parentaab0159cfbd0245a5d61c6c4915caf5d11c083ee (diff)
downloadpostgresql-ee107208349c0fbbd61a7dd454b3c0d14793dcf4.tar.gz
postgresql-ee107208349c0fbbd61a7dd454b3c0d14793dcf4.zip
Add for pg_dump:
> o Update to use the newer COPY syntax
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a5bdbcc8b6a..52805383057 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 20:25:09 EST 2005
+Last updated: Tue Mar 22 21:14:11 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 to use the newer COPY syntax
* ECPG
o Docs