Commit 2ceea889 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of implementation:

> 	o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
> 	  stored in the backend
parent e0d5a55e
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -232,7 +232,8 @@ COMMANDS ...@@ -232,7 +232,8 @@ COMMANDS
o Allow BINARY option to SELECT, just like DECLARE 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
o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions 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 o Prevent DROP of table being referenced by our own open cursor
* INSERT * INSERT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment