aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-19 20:35:13 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-19 20:35:13 +0000
commit54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd (patch)
treeb3b34845055bd98fe13f52fc72b4e026e8ff57eb
parent988dbc58a2aae34a96de6a6c9bad597642d624eb (diff)
downloadpostgresql-54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd.tar.gz
postgresql-54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd.zip
Add my name:
> * Allow savepoints / nested transactions [transactions] (Bruce)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 762efa5caec..ecbc8c95030 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Nov 12 21:10:17 EST 2002
+Last updated: Tue Nov 19 15:35:02 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -283,7 +283,7 @@ Transactions
============
* Overhaul bufmgr/lockmgr/transaction manager
-* Allow savepoints / nested transactions [transactions]
+* Allow savepoints / nested transactions [transactions] (Bruce)
Exotic Features