Update TODO list.

This commit is contained in:
Bruce Momjian 2001-04-19 15:22:29 +00:00
parent 2dbdba86db
commit 73470b27ce

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Apr 18 13:52:02 EDT 2001 Last updated: Thu Apr 19 11:21:49 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -137,7 +137,7 @@ COMMANDS
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
* Allow DELETE WHERE CURRENT OF cursor * Allow DELETE WHERE CURRENT OF cursor
* Add BETWEEN ASYMMETRIC/SYMMETRIC * Add BETWEEN ASYMMETRIC/SYMMETRIC
* Add parameter to timeout if waiting for lock too long * Add SET or BEGIN timeout parameter to cancel query if waiting too long
CLIENTS CLIENTS