aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-03-27 16:47:10 +0000
committerBruce Momjian <bruce@momjian.us>2003-03-27 16:47:10 +0000
commitfef89414e6396b004277bbb5f9c98ebdd737b1c8 (patch)
tree99ca857ac0a57d2bf3b31392fdc63451582f7e5d
parent64c1399dac77776fa815e4fa6442282fb17ec850 (diff)
downloadpostgresql-fef89414e6396b004277bbb5f9c98ebdd737b1c8.tar.gz
postgresql-fef89414e6396b004277bbb5f9c98ebdd737b1c8.zip
Done:
> o -Allow cursors outside transactions
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 7245f4cf908..27c7ddede55 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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