From: Bruce Momjian Date: Fri, 27 Dec 2002 05:56:53 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_4_BETA1~1323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=728843999993d0c232176a8088c2cc04931c0ec0;p=thirdparty%2Fpostgresql.git Added: > * Two-phase commit to implement distributed transactions --- diff --git a/doc/TODO b/doc/TODO index b3dea443287..f12061910c2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Dec 24 17:06:43 EST 2002 +Last updated: Fri Dec 27 00:56:45 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -305,6 +305,7 @@ Exotic Features * Allow plug-in modules to emulate features from other databases * SQL*Net listener that makes PostgreSQL appear as an Oracle database to clients +* Two-phase commit to implement distributed transactions PERFORMANCE