|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Aug 1700:50:56 EDT 2003 |
| 3 | +Last updated:Sun Aug 1701:23:08 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -196,6 +196,7 @@ Commands
|
196 | 196 | * Prevent COMMENT ON DATABASE from using a database name
|
197 | 197 | * Add GUC variable to prevent waiting on locks
|
198 | 198 | * Add TRUNCATE ... CASCADE
|
| 199 | +* Allow PREPARE of cursors |
199 | 200 |
|
200 | 201 |
|
201 | 202 | * ALTER
|
@@ -487,7 +488,7 @@ Source Code
|
487 | 488 | * Acquire lock on a relation before building a relcache entry for it
|
488 | 489 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
489 | 490 | * Add checks for fclose() failure
|
490 |
| -* Change CVS $Id: TODO,v 1.1121 2003/08/1704:50:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1121 2003/08/1704:50:57 momjian Exp $ |
| 491 | +* Change CVS $Id: TODO,v 1.1122 2003/08/1705:23:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1122 2003/08/1705:23:13 momjian Exp $ |
491 | 492 | * Exit postmaster if postgresql.conf can not be opened
|
492 | 493 | * Rename /scripts directory because they are all C programs now
|
493 | 494 | * Allow the regression tests to start postmaster with -i so the tests
|
|