aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-25 02:33:39 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-25 02:33:39 +0000
commit025f6359d4bf24c607205f7041fb0888e651472d (patch)
tree3c068630086515467513026b4db0e0bfc950b8f9
parent2ceea8898f8fa0d224e599642f9e223216187064 (diff)
downloadpostgresql-025f6359d4bf24c607205f7041fb0888e651472d.tar.gz
postgresql-025f6359d4bf24c607205f7041fb0888e651472d.zip
Add mention of UPDATE
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8dd163535b4..a2611bdec38 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 24 21:32:45 EST 2002
+Last updated: Thu Jan 24 21:33:26 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -232,7 +232,7 @@ 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 using per-cursor tid
+ 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