diff options
author | Bruce Momjian | 2002-02-18 16:54:38 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-02-18 16:54:38 +0000 |
commit | 04802852b623ee31b24a90cbee647977e57eb97b (patch) | |
tree | 6cb9a2b29c7ea0a461d10e1d535d98206f689ded | |
parent | c89e0d96669a000314cafdd756c5b5e6604179c2 (diff) |
Add:
> o Generate failure on short COPY lines rather than pad NULLs
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |