|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Oct 818:29:55 EDT 2003 |
| 3 | +Last updated:Wed Oct 823:17:22 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -199,6 +199,7 @@ Commands |
199 | 199 | * Allow TRUNCATE ... CASCADE/RESTRICT |
200 | 200 | * Allow PREPARE of cursors |
201 | 201 | * Allow LISTEN/NOTIFY to store info in memory rather than tables |
| 202 | +* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT ] (Christopher) |
202 | 203 |
|
203 | 204 |
|
204 | 205 | * ALTER |
@@ -504,7 +505,7 @@ Source Code |
504 | 505 | * Acquire lock on a relation before building a relcache entry for it |
505 | 506 | * Research interaction of setitimer() and sleep() used by statement_timeout |
506 | 507 | * Add checks for fclose() failure |
507 | | -* Change CVS $Id: TODO,v 1.1145 2003/10/08 22:29:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1145 2003/10/08 22:29:58 momjian Exp $ |
| 508 | +* Change CVS $Id: TODO,v 1.1146 2003/10/09 03:17:24 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1146 2003/10/09 03:17:24 momjian Exp $ |
508 | 509 | * Exit postmaster if postgresql.conf can not be opened |
509 | 510 | * Rename /scripts directory because they are all C programs now |
510 | 511 | * Allow the regression tests to start postmaster with -i so the tests |
|