From: Bruce Momjian Date: Thu, 3 Jan 2002 21:15:04 +0000 (+0000) Subject: Prefer savepoints term: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=96857a63237a0d77fd0899113a46ea0eeef40f8f;p=users%2Fbernd%2Fpostgres.git 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] --- diff --git a/doc/TODO b/doc/TODO index 0d5ea3c517..51aff5593e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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