From: Bruce Momjian Date: Sat, 12 Oct 2002 17:01:19 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_3~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb63dacee3013fa2004eef73035ff73b103d7869;p=postgresql Added: > o Allow psql \copy to specify column names --- diff --git a/doc/TODO b/doc/TODO index 5b8435a09c..5d81090301 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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