diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-04 07:12:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-04 07:12:36 +0000 |
commit | 010d1af3ec896da9bfbdf114b69a1d6bd4de82b5 (patch) | |
tree | 971e105ef54ed73a5ca449864c1f707a00c489c4 | |
parent | 947e9547457d3c7fd009f3514c520dbe64e4b9e3 (diff) | |
download | postgresql-010d1af3ec896da9bfbdf114b69a1d6bd4de82b5.tar.gz postgresql-010d1af3ec896da9bfbdf114b69a1d6bd4de82b5.zip |
Duplicate removed:
< o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Apr 4 02:02:59 EST 2002 +Last updated: Thu Apr 4 02:12:17 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -210,7 +210,6 @@ COMMANDS * CURSOR 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 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 |