Update:
authorBruce Momjian <bruce@momjian.us>
Sat, 2 Nov 2002 02:44:16 +0000 (02:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 2 Nov 2002 02:44:16 +0000 (02:44 +0000)
>  o MOVE 0 should not move to end of cursor (Bruce)

doc/TODO

index 05ea2bce9087204bfbedeaf2ac8582758bb9af76..829668606015c390b62119c71b19316eca9cfdde 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Nov  1 21:42:54 EST 2002
+Last updated:          Fri Nov  1 21:44:07 EST 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -230,7 +230,7 @@ Commands
 
 * CURSOR
        o Allow BINARY option to SELECT, just like DECLARE
-       o MOVE 0 should not move to end of cursor
+       o MOVE 0 should not move to end of cursor (Bruce)
        o Allow UPDATE/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