diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-03 20:42:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-03 20:42:23 +0000 |
commit | a2dc469ac7e5af455770af3a6b41a59abec11071 (patch) | |
tree | 227b58f5eb726ced8cc290004bed9f46a51566d8 | |
parent | ab20692e1efaf285fc3dd9cd75fd79cf0451edac (diff) |
Update:
< allow error codes to be specified
---
> allow error codes to be specified; requires nested transactions
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 3 13:24:30 EST 2002 +Last updated: Thu Jan 3 15:41:47 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -202,7 +202,7 @@ 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 + allow error codes to be specified; requires nested transactions * CURSOR o Allow BINARY option to SELECT, like we do with DECLARE o MOVE 0 should not move to end of cursor |