diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-12 17:01:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-12 17:01:19 +0000 |
commit | bb63dacee3013fa2004eef73035ff73b103d7869 (patch) | |
tree | 5d27f258907a19d97badcf870d8c9911f8088d38 | |
parent | 0cd5ce6b11e4ce9e7637bb8fc76d6f58372e8341 (diff) | |
download | postgresql-bb63dacee3013fa2004eef73035ff73b103d7869.tar.gz postgresql-bb63dacee3013fa2004eef73035ff73b103d7869.zip |
Added:
> o Allow psql \copy to specify column names
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 10 23:32:32 EDT 2002 +Last updated: Sat Oct 12 13:01:06 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -216,6 +216,7 @@ Commands * COPY o -Allow specification of column names + o Allow psql \copy to specify column names o Allow dump/load of CSV format o -Change syntax to WITH DELIMITER, (keep old syntax around?) o Allow COPY to report error lines and continue; optionally |