diff options
author | Bruce Momjian | 2000-01-10 04:23:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-10 04:23:58 +0000 |
commit | 8cc9d8454b53cdd4a3f192f304162cc47bd2fe93 (patch) | |
tree | b383807d07fbaf024430311be3d52a954cdc64bf | |
parent | fcb7c14d02cf69597c926bb09ab8c64e4a6443f6 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Dec 13 19:13:04 EST 1999 +Last updated: Sun Jan 9 23:23:02 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -194,6 +194,7 @@ MISC * Have UPDATE/DELETE clean out indexes * -Allow WHERE restriction on ctid(Hiroshi) * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions +* Allow DELETE WHERE CURRENT OF cursor * Allow PQrequestCancel() to terminate when in waiting-for-lock state * -Transaction log, so re-do log can be on a separate disk by with after-row images(Vadim) [logging](Vadim) |