|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan 24 21:32:45 EST 2002 |
| 3 | +Last updated:Thu Jan 24 21:33:26 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -232,7 +232,7 @@ COMMANDS
|
232 | 232 | o Allow BINARY option to SELECT, just like DECLARE
|
233 | 233 | o MOVE 0 should not move to end of cursor
|
234 | 234 | o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
|
235 |
| -o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid |
| 235 | +o AllowUPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid |
236 | 236 | stored in the backend
|
237 | 237 | o Prevent DROP of table being referenced by our own open cursor
|
238 | 238 |
|
|