aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-25 02:32:59 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-25 02:32:59 +0000
commit2ceea8898f8fa0d224e599642f9e223216187064 (patch)
tree514ee5a303625b9c3e02cf069e4af33ff23ed961
parente0d5a55e87e705b16851ab77818dfc527258e463 (diff)
downloadpostgresql-2ceea8898f8fa0d224e599642f9e223216187064.tar.gz
postgresql-2ceea8898f8fa0d224e599642f9e223216187064.zip
Add mention of implementation:
> o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid > stored in the backend
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index de49846cb25..8dd163535b4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 24 20:04:28 EST 2002
+Last updated: Thu Jan 24 21:32:45 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -232,7 +232,8 @@ COMMANDS
o Allow BINARY option to SELECT, just like DECLARE
o MOVE 0 should not move to end of cursor
o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
- o Allow DELETE WHERE CURRENT OF cursor
+ o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
+ stored in the backend
o Prevent DROP of table being referenced by our own open cursor
* INSERT