Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 388ffad

Browse files
committed
Add:
< * -Allow savepoints / nested transactions [transactions] (Alvaro) > * -Allow savepoints / nested transactions (Alvaro) 348a349,353 > * Add an option to automatically use savepoints for each statement in a > multi-statement transaction. > > When enabled, this would allow errors in multi-statement transactions > to be automatically ignored.
1 parent f5f5d7b commit 388ffad

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/TODO

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Mon Aug 16 12:14:34 EDT 2004
8+
Last updated: Tue Aug 17 13:14:48 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -290,7 +290,7 @@ Commands
290290
* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
291291
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
292292
* Add a schema option to createlang
293-
* -Allow savepoints / nested transactions [transactions] (Alvaro)
293+
* -Allow savepoints / nested transactions (Alvaro)
294294
* -Use nested transactions to prevent syntax errors from aborting a transaction
295295
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
296296
* Allow SET CONSTRAINTS to be qualified by schema/table name
@@ -346,6 +346,11 @@ Commands
346346
* Add NOVICE output level for helpful messages like automatic sequence/index creation
347347
* Add COMMENT ON for all cluster global objects (users, groups,
348348
databases and tablespaces)
349+
* Add an option to automatically use savepoints for each statement in a
350+
multi-statement transaction.
351+
352+
When enabled, this would allow errors in multi-statement transactions
353+
to be automatically ignored.
349354

350355
* ALTER
351356
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT

0 commit comments

Comments
 (0)