Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d5a55 commit 2ceea88Copy full SHA for 2ceea88
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Thu Jan 24 20:04:28 EST 2002
+Last updated: Thu Jan 24 21:32:45 EST 2002
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -232,7 +232,8 @@ COMMANDS
232
o Allow BINARY option to SELECT, just like DECLARE
233
o MOVE 0 should not move to end of cursor
234
o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
235
- o Allow DELETE WHERE CURRENT OF cursor
+ o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
236
+ stored in the backend
237
o Prevent DROP of table being referenced by our own open cursor
238
239
* INSERT
0 commit comments