aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-12 17:48:18 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-12 17:48:18 +0000
commitab1c71d02b048623bbb87a6594bde090ed64b0a6 (patch)
treeca986144fd268a42d64a957a6591b54105a43760
parentd63e41e9b20cea5d2d57fd30e21e50321b2ceca5 (diff)
downloadpostgresql-ab1c71d02b048623bbb87a6594bde090ed64b0a6.tar.gz
postgresql-ab1c71d02b048623bbb87a6594bde090ed64b0a6.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b52b904ad38..b19ee8f1170 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 12 00:32:20 EST 2001
+Last updated: Fri Jan 12 12:47:59 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -181,6 +181,7 @@ CLIENTS
ORDER BY direction
* Update reltuples from COPY command
* Allow COPY to specify column names
+* Allow COPY to dump/load CSV format
* fix array handling for ECPG
* -add pg_dump option to dump type names as standard ANSI types
* -make pg_dump dump in oid order, so dependencies are resolved (Philip)