diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-27 16:47:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-27 16:47:10 +0000 |
commit | fef89414e6396b004277bbb5f9c98ebdd737b1c8 (patch) | |
tree | 99ca857ac0a57d2bf3b31392fdc63451582f7e5d | |
parent | 64c1399dac77776fa815e4fa6442282fb17ec850 (diff) | |
download | postgresql-fef89414e6396b004277bbb5f9c98ebdd737b1c8.tar.gz postgresql-fef89414e6396b004277bbb5f9c98ebdd737b1c8.zip |
Done:
> o -Allow cursors outside transactions
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ 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) @@ -196,7 +196,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] + o -Allow cursors outside transactions * INSERT o Allow INSERT/UPDATE of system-generated oid value for a row |