mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Add mention of UPDATE
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
This commit is contained in:
parent
2ceea8898f
commit
025f6359d4
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ 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 using per-cursor tid
|
o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
|
||||||
stored in the backend
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user