Skip to content

Commit 1e376bf

Browse files
committed
Add:
> * Use nested transactions to prevent syntax errors from aborting a transaction
1 parent 65010e3 commit 1e376bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Feb 12 21:30:57 EST 2004
3+
Last updated: Thu Feb 12 23:36:00 EST 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -163,6 +163,7 @@ Commands
163163
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
164164
* Add schema option to createlang
165165
* Allow savepoints / nested transactions [transactions] (Bruce)
166+
* Use nested transactions to prevent syntax errors from aborting a transaction
166167
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
167168
* Allow SET CONSTRAINTS to be qualified by schema/table
168169
* Prevent COMMENT ON DATABASE from using a database name
@@ -459,7 +460,7 @@ Source Code
459460
* Acquire lock on a relation before building a relcache entry for it
460461
* Research interaction of setitimer() and sleep() used by statement_timeout
461462
* -Add checks for fclose() failure (Tom)
462-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/13 02:30:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/13 02:30:53 momjian Exp $
463+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/13 04:36:02 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/13 04:36:02 momjian Exp $
463464
* Exit postmaster if postgresql.conf can not be opened
464465
* Rename /scripts directory because they are all C programs now
465466
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)