]> granicus.if.org Git - postgresql/commitdiff
Clarification on COPY failure options.
authorBruce Momjian <bruce@momjian.us>
Thu, 24 Jan 2002 22:19:48 +0000 (22:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 Jan 2002 22:19:48 +0000 (22:19 +0000)
doc/TODO

index 8c13ef5efa1516a9ccc7a22897d71ca5eb7dffa0..462666da81f9cd31370ba5c5561057cc85269922 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Jan 23 11:12:42 EST 2002
+Last updated:          Thu Jan 24 17:19:24 EST 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -225,7 +225,8 @@ COMMANDS
        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; requires savepoints
+         allow error codes to be specified; requires savepoints or can
+         not be run inside a transaction
 
 * CURSOR
        o Allow BINARY option to SELECT, just like DECLARE