From: Simon Riggs Date: Wed, 7 Oct 2009 13:15:06 +0000 (+0100) Subject: Update docs to reflect existing restrictions on settings of various max_* parameters. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4c10a767f23d918cdde8366408d88b1c801ca1c9;p=users%2Fsimon%2Fpostgres.git Update docs to reflect existing restrictions on settings of various max_* parameters. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 13be93f1bd..bcfd613a3b 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -2319,7 +2319,8 @@ LOG: database system is ready to accept read only connections The setting of max_connections on the standby should be equal to or greater than the setting of max_connections on the primary. This is to ensure that standby has sufficient resources to manage incoming - transactions. max_prepared_transactions already has this restriction. + transactions. This restriction already applies to max_prepared_transactions, + max_stack_depth, max_locks_per_transaction and max_files_per_process.