]> granicus.if.org Git - postgresql/commitdiff
Add mention of implementation:
authorBruce Momjian <bruce@momjian.us>
Fri, 25 Jan 2002 02:32:59 +0000 (02:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 Jan 2002 02:32:59 +0000 (02:32 +0000)
>  o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
>    stored in the backend

doc/TODO

index de49846cb25e52b314df907cdb9df4f30ae7f0bd..8dd163535b4a862860992492429e9acbb54bce17 100644 (file)
--- 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