|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Feb 9 15:08:47 EST 2000 |
| 3 | +Last updated:Sun Feb20 22:00:39 EST 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
208 | 208 | * -Allow WHERE restriction on ctid(Hiroshi)
|
209 | 209 | * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
|
210 | 210 | * Allow DELETE WHERE CURRENT OF cursor
|
211 |
| -* Allow PQrequestCancel() to terminate when in waiting-for-lock state |
| 211 | +*-Allow PQrequestCancel() to terminate when in waiting-for-lock state |
212 | 212 | * Transaction log, so re-do log can be on a separate disk by
|
213 | 213 | with after-row images(Vadim) [logging](Vadim)(in-progress)
|
214 | 214 | * Populate backend status area and write program to dump status data
|
|