aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 83e46154794..39d5cf8fdcf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Apr 15 21:32:39 EDT 2001
+Last updated: Tue Apr 17 10:14:21 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -137,6 +137,7 @@ COMMANDS
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
* Allow DELETE WHERE CURRENT OF cursor
* Add BETWEEN ASYMMETRIC/SYMMETRIC
+* Add SET parameter to timeout if waiting for lock too long
CLIENTS