aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-02 02:44:16 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-02 02:44:16 +0000
commit91a6bb0497d9838966be44fcc239db2e3adb8829 (patch)
tree22047df7a3a13ad74e0db4914f387716051c20db
parent76aada9e9d781ec335869b26eebe40a2851658ed (diff)
downloadpostgresql-91a6bb0497d9838966be44fcc239db2e3adb8829.tar.gz
postgresql-91a6bb0497d9838966be44fcc239db2e3adb8829.zip
Update:
> o MOVE 0 should not move to end of cursor (Bruce)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 05ea2bce908..82966860601 100644
--- 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