diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-02-21 17:06:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-02-21 17:06:26 +0000 |
commit | 45e29109945c8799b5a99ed493cc8c6c3acdb59e (patch) | |
tree | cf8794741f931b835619f672d3220dd27f5d43d0 | |
parent | b04b55a9af036966f68cb8f6f6bc8f51b5703961 (diff) | |
download | postgresql-45e29109945c8799b5a99ed493cc8c6c3acdb59e.tar.gz postgresql-45e29109945c8799b5a99ed493cc8c6c3acdb59e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Feb 9 15:08:47 EST 2000 +Last updated: Sun Feb 20 22:00:39 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -208,7 +208,7 @@ MISC * -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 +* -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)(in-progress) * Populate backend status area and write program to dump status data |