mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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.
This commit is contained in:
parent
f5f5d7bead
commit
388ffad040
9
doc/TODO
9
doc/TODO
@ -5,7 +5,7 @@ TODO list for PostgreSQL
|
|||||||
Bracketed items "[]" have more detail.
|
Bracketed items "[]" have more detail.
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Mon Aug 16 12:14:34 EDT 2004
|
Last updated: Tue Aug 17 13:14:48 EDT 2004
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
|
||||||
|
|
||||||
@ -290,7 +290,7 @@ Commands
|
|||||||
* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
|
* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
|
||||||
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
|
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
|
||||||
* Add a schema option to createlang
|
* Add a schema option to createlang
|
||||||
* -Allow savepoints / nested transactions [transactions] (Alvaro)
|
* -Allow savepoints / nested transactions (Alvaro)
|
||||||
* -Use nested transactions to prevent syntax errors from aborting a transaction
|
* -Use nested transactions to prevent syntax errors from aborting a transaction
|
||||||
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
||||||
* Allow SET CONSTRAINTS to be qualified by schema/table name
|
* Allow SET CONSTRAINTS to be qualified by schema/table name
|
||||||
@ -346,6 +346,11 @@ Commands
|
|||||||
* Add NOVICE output level for helpful messages like automatic sequence/index creation
|
* Add NOVICE output level for helpful messages like automatic sequence/index creation
|
||||||
* Add COMMENT ON for all cluster global objects (users, groups,
|
* Add COMMENT ON for all cluster global objects (users, groups,
|
||||||
databases and tablespaces)
|
databases and tablespaces)
|
||||||
|
* 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.
|
||||||
|
|
||||||
* ALTER
|
* ALTER
|
||||||
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user