diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-20 03:50:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-20 03:50:33 +0000 |
commit | 8b9f293e7d7580ab5f7bbf787e1469860f6689b9 (patch) | |
tree | 3bd6ef92960fdffe3b639cca4a8052ca1841cfb6 | |
parent | 9cfb55c55af0c6ef44cd0ca234662b4cb229aef9 (diff) |
Add:
> o Allow cursors outside transactions [cursor]
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Feb 19 17:41:17 EST 2002 +Last updated: Tue Feb 19 22:50:15 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -210,6 +210,7 @@ COMMANDS 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 + o Allow cursors outside transactions [cursor] * INSERT o Allow INSERT/UPDATE of system-generated oid value for a row |