From: Tom Lane Date: Tue, 30 Aug 2005 01:37:38 +0000 (+0000) Subject: Mention max_prepared_transactions in PREPARE TRANSACTION reference page, X-Git-Tag: REL9_0_0~9347 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cc367951a924855b910d0007934e0ef0cc27940a;p=pg-rex%2Fsyncrep.git Mention max_prepared_transactions in PREPARE TRANSACTION reference page, per Bruce's suggestion. --- diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 277b9c53f1..6230f04382 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -1,5 +1,5 @@ @@ -117,6 +117,16 @@ PREPARE TRANSACTION transaction_id committed or rolled back as soon as an external transaction manager has verified that other databases are also prepared to commit. + + + If you make any serious use of prepared transactions, you will probably + want to increase the value of , as the default setting is + quite small (to avoid wasting resources for those who don't use it). + It is recommendable to make it at least equal to + , so that every session can have + a prepared transaction pending. +