diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-03 21:15:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-03 21:15:04 +0000 |
commit | 0e3793e621b84912b0b3fb70f200e387527fdb38 (patch) | |
tree | 03e1635eaf99ab7d5c8eb566878428ff670014bf | |
parent | a2dc469ac7e5af455770af3a6b41a59abec11071 (diff) | |
download | postgresql-0e3793e621b84912b0b3fb70f200e387527fdb38.tar.gz postgresql-0e3793e621b84912b0b3fb70f200e387527fdb38.zip |
Prefer savepoints term:
< allow error codes to be specified; requires nested transactions
---
> allow error codes to be specified; requires savepoints
321c321
< * Allow nested transactions / savepoints [transactions]
---
> * Allow savepoints / nested transactions [transactions]
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jan 3 15:41:47 EST 2002 +Last updated: Thu Jan 3 16:14:26 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; requires nested transactions + allow error codes to be specified; requires savepoints * CURSOR o Allow BINARY option to SELECT, like we do with DECLARE o MOVE 0 should not move to end of cursor @@ -318,7 +318,7 @@ TRANSACTIONS * Allow autocommit so always in a transaction block * Overhaul bufmgr/lockmgr/transaction manager -* Allow nested transactions / savepoints [transactions] +* Allow savepoints / nested transactions [transactions] * -Handle transaction rollover (Tom) [transactions] EXOTIC FEATURES |