Commit 0e3793e6 authored by Bruce Momjian's avatar Bruce Momjian

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]
parent a2dc469a
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -202,7 +202,7 @@ COMMANDS ...@@ -202,7 +202,7 @@ COMMANDS
o Allow dump/load of CSV format o Allow dump/load of CSV format
o Change syntax to WITH DELIMITER, (keep old syntax around?) o Change syntax to WITH DELIMITER, (keep old syntax around?)
o Allow COPY to report error lines and continue; optionally 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 * CURSOR
o Allow BINARY option to SELECT, like we do with DECLARE o Allow BINARY option to SELECT, like we do with DECLARE
o MOVE 0 should not move to end of cursor o MOVE 0 should not move to end of cursor
...@@ -318,7 +318,7 @@ TRANSACTIONS ...@@ -318,7 +318,7 @@ TRANSACTIONS
* Allow autocommit so always in a transaction block * Allow autocommit so always in a transaction block
* Overhaul bufmgr/lockmgr/transaction manager * Overhaul bufmgr/lockmgr/transaction manager
* Allow nested transactions / savepoints [transactions] * Allow savepoints / nested transactions [transactions]
* -Handle transaction rollover (Tom) [transactions] * -Handle transaction rollover (Tom) [transactions]
EXOTIC FEATURES EXOTIC FEATURES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment