|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Oct 21 11:48:51 EDT 2003 |
| 3 | +Last updated:Tue Oct 21 11:51:25 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -235,7 +235,6 @@ Commands
|
235 | 235 | o Have COPY return number of rows loaded/unloaded
|
236 | 236 |
|
237 | 237 | * CURSOR
|
238 |
| -o Allow BINARY option to SELECT, just like DECLARE |
239 | 238 | o -MOVE 0 should not move to end of cursor (Bruce)
|
240 | 239 | o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
|
241 | 240 | stored in the backend (Gavin)
|
@@ -514,7 +513,7 @@ Source Code
|
514 | 513 | * Acquire lock on a relation before building a relcache entry for it
|
515 | 514 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
516 | 515 | * Add checks for fclose() failure
|
517 |
| -* Change CVS $Id: TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1154 2003/10/21 15:48:56 momjian Exp $ |
| 516 | +* Change CVS $Id: TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1155 2003/10/21 15:51:41 momjian Exp $ |
518 | 517 | * Exit postmaster if postgresql.conf can not be opened
|
519 | 518 | * Rename /scripts directory because they are all C programs now
|
520 | 519 | * Allow the regression tests to start postmaster with -i so the tests
|
|