|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Feb 1221:30:57 EST 2004 |
| 3 | +Last updated:Thu Feb 1223:36:00 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -163,6 +163,7 @@ Commands
|
163 | 163 | * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
|
164 | 164 | * Add schema option to createlang
|
165 | 165 | * Allow savepoints / nested transactions [transactions] (Bruce)
|
| 166 | +* Use nested transactions to prevent syntax errors from aborting a transaction |
166 | 167 | * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
167 | 168 | * Allow SET CONSTRAINTS to be qualified by schema/table
|
168 | 169 | * Prevent COMMENT ON DATABASE from using a database name
|
@@ -459,7 +460,7 @@ Source Code
|
459 | 460 | * Acquire lock on a relation before building a relcache entry for it
|
460 | 461 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
461 | 462 | * -Add checks for fclose() failure (Tom)
|
462 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/1302:30:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1214 2004/02/1302:30:53 momjian Exp $ |
| 463 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/1304:36:02 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/1304:36:02 momjian Exp $ |
463 | 464 | * Exit postmaster if postgresql.conf can not be opened
|
464 | 465 | * Rename /scripts directory because they are all C programs now
|
465 | 466 | * Allow the regression tests to start postmaster with -i so the tests
|
|