diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-03 18:25:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-03 18:25:43 +0000 |
commit | 6d78fdae7f0dccf5862f32f1e89d0d83ed3009b8 (patch) | |
tree | dabc0486d48c16c43ebec444ae3907641861666b | |
parent | 258af1d57a8909e6c4d9165be66ebbf1509a9dcf (diff) | |
download | postgresql-6d78fdae7f0dccf5862f32f1e89d0d83ed3009b8.tar.gz postgresql-6d78fdae7f0dccf5862f32f1e89d0d83ed3009b8.zip |
Add:
> o Allow COPY to report error lines and continue; optionally
> allow error codes to be specified
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 3 13:21:20 EST 2002 +Last updated: Thu Jan 3 13:24:30 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -201,6 +201,8 @@ COMMANDS o Allow specification of 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 + allow error codes to be specified * CURSOR o Allow BINARY option to SELECT, like we do with DECLARE o MOVE 0 should not move to end of cursor |