|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Oct8 23:17:22 EDT 2003 |
| 3 | +Last updated:Thu Oct9 00:29:39 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -199,7 +199,8 @@ 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 | +* COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] |
| 203 | + (Christopher) |
203 | 204 |
|
204 | 205 |
|
205 | 206 | * ALTER
|
@@ -505,7 +506,7 @@ Source Code
|
505 | 506 | * Acquire lock on a relation before building a relcache entry for it
|
506 | 507 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
507 | 508 | * Add checks for fclose() failure
|
508 |
| -* Change CVS $Id: TODO,v 1.1146 2003/10/0903:17:24 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1146 2003/10/0903:17:24 momjian Exp $ |
| 509 | +* Change CVS $Id: TODO,v 1.1147 2003/10/0904:29:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1147 2003/10/0904:29:40 momjian Exp $ |
509 | 510 | * Exit postmaster if postgresql.conf can not be opened
|
510 | 511 | * Rename /scripts directory because they are all C programs now
|
511 | 512 | * Allow the regression tests to start postmaster with -i so the tests
|
|