diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-11-19 20:35:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-11-19 20:35:13 +0000 |
commit | 54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd (patch) | |
tree | b3b34845055bd98fe13f52fc72b4e026e8ff57eb | |
parent | 988dbc58a2aae34a96de6a6c9bad597642d624eb (diff) | |
download | postgresql-54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd.tar.gz postgresql-54cb1db6cf4d4bf4e44148582bbd2c99684e7dfd.zip |
Add my name:
> * Allow savepoints / nested transactions [transactions] (Bruce)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |