mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Done:
> o -Allow cursors outside transactions
This commit is contained in:
4
doc/TODO
4
doc/TODO
@@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Mar 20 22:47:34 EST 2003
|
Last updated: Thu Mar 27 11:47:07 EST 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@@ -196,7 +196,7 @@ Commands
|
|||||||
o Allow UPDATE/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
|
||||||
o Allow cursors outside transactions [cursor]
|
o -Allow cursors outside transactions
|
||||||
|
|
||||||
* INSERT
|
* INSERT
|
||||||
o Allow INSERT/UPDATE of system-generated oid value for a row
|
o Allow INSERT/UPDATE of system-generated oid value for a row
|
||||||
|
Reference in New Issue
Block a user