]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Jan 2002 18:25:43 +0000 (18:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Jan 2002 18:25:43 +0000 (18:25 +0000)
>  o Allow COPY to report error lines and continue;  optionally
>    allow error codes to be specified

doc/TODO

index 4f5de2c78ee6050b59522e4ba816d29b12e6e94f..d21f7eff57052506b59591e4fdf449f8de167af0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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