From 4c10a767f23d918cdde8366408d88b1c801ca1c9 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Wed, 7 Oct 2009 14:15:06 +0100 Subject: [PATCH] Update docs to reflect existing restrictions on settings of various max_* parameters. --- doc/src/sgml/backup.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5