Add:
authorBruce Momjian
Mon, 18 Feb 2002 16:54:38 +0000 (16:54 +0000)
committerBruce Momjian
Mon, 18 Feb 2002 16:54:38 +0000 (16:54 +0000)
>  o Generate failure on short COPY lines rather than pad NULLs

doc/TODO

index 935d37bb006642e7e20c7d702de994867de3c0d0..ebb1af2c1944a86a7feab0d1283867775f7fc54b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Sun Feb 17 22:39:54 EST 2002
+Last updated:      Mon Feb 18 11:47:04 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -198,6 +198,7 @@ COMMANDS
    o Allow COPY to report error lines and continue;  optionally
      allow error codes to be specified; requires savepoints or can
      not be run in a multi-statement transaction
+   o Generate failure on short COPY lines rather than pad NULLs
 
 * CURSOR
    o Allow BINARY option to SELECT, just like DECLARE