|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Oct23 23:24:19 EDT 2003 |
| 3 | +Last updated:Sat Oct25 22:57:43 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -204,6 +204,7 @@ Commands |
204 | 204 | * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] |
205 | 205 | (Christopher) |
206 | 206 | * Add optional textual message to NOTIFY |
| 207 | +* Allow more ISOLATION LEVELS to be accepted, but issue a warning for them |
207 | 208 |
|
208 | 209 |
|
209 | 210 | * ALTER |
@@ -514,7 +515,7 @@ Source Code |
514 | 515 | * Acquire lock on a relation before building a relcache entry for it |
515 | 516 | * Research interaction of setitimer() and sleep() used by statement_timeout |
516 | 517 | * Add checks for fclose() failure |
517 | | -* Change CVS $Id: TODO,v 1.1158 2003/10/24 03:24:32 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1158 2003/10/24 03:24:32 momjian Exp $ |
| 518 | +* Change CVS $Id: TODO,v 1.1159 2003/10/26 02:57:39 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1159 2003/10/26 02:57:39 momjian Exp $ |
518 | 519 | * Exit postmaster if postgresql.conf can not be opened |
519 | 520 | * Rename /scripts directory because they are all C programs now |
520 | 521 | * Allow the regression tests to start postmaster with -i so the tests |
|