diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml
index 277b9c53f19..6230f043825 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.
+