projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13065c7
)
Mention max_prepared_transactions in PREPARE TRANSACTION reference page,
author
Tom Lane
Tue, 30 Aug 2005 01:37:38 +0000
(
01:37
+0000)
committer
Tom Lane
Tue, 30 Aug 2005 01:37:38 +0000
(
01:37
+0000)
per Bruce's suggestion.
doc/src/sgml/ref/prepare_transaction.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/prepare_transaction.sgml
b/doc/src/sgml/ref/prepare_transaction.sgml
index 277b9c53f19584ef31e35caddffc7336a78d0fb4..6230f04382548e2be7c41c21a65316f491d81883 100644
(file)
--- 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
+ linkend="guc-max-prepared-transactions">, 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.
+