diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-30 16:56:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-30 16:56:15 +0000 |
commit | 620abeb2718d24a4da45afcc2fa1a4810881478a (patch) | |
tree | 40540c4e648ef15e82eecaaa9b23366acae749ad | |
parent | 6e9893047e4021b9ad1f3d553a02d75b8b4321d7 (diff) | |
download | postgresql-620abeb2718d24a4da45afcc2fa1a4810881478a.tar.gz postgresql-620abeb2718d24a4da45afcc2fa1a4810881478a.zip |
Done:
> o -Generate failure on short COPY lines rather than pad NULLs
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Jul 29 23:12:20 EDT 2002 +Last updated: Tue Jul 30 12:56:06 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -210,7 +210,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 + o -Generate failure on short COPY lines rather than pad NULLs * CURSOR o Allow BINARY option to SELECT, just like DECLARE |