summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-24 22:19:48 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-24 22:19:48 +0000
commitb23de01c157a636a326a73474f9c98bd9a7a4bde (patch)
tree184969fd080448b7cec37a9118884a1153a06640
parent989b7d66d8213fcc69ce7e5b16ecdbe40a1678f3 (diff)
downloadpostgresql-b23de01c157a636a326a73474f9c98bd9a7a4bde.tar.gz
Clarification on COPY failure options.
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8c13ef5efa..462666da81 100644
--- 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