|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Dec 13 19:13:04 EST1999 |
| 3 | +Last updated:Sun Jan 9 23:23:02 EST2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
194 | 194 | * Have UPDATE/DELETE clean out indexes
|
195 | 195 | * -Allow WHERE restriction on ctid(Hiroshi)
|
196 | 196 | * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
|
| 197 | +* Allow DELETE WHERE CURRENT OF cursor |
197 | 198 | * Allow PQrequestCancel() to terminate when in waiting-for-lock state
|
198 | 199 | * -Transaction log, so re-do log can be on a separate disk by
|
199 | 200 | with after-row images(Vadim) [logging](Vadim)
|
|