From 1a84952670996340b61be88e2a21fe569ba72a26 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 2 Sep 2006 23:04:20 +0000 Subject: Change "superuser_reserved_connections" default to 3, because of possible autovacuum use. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d792b87abf3..0404b36df6a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -383,7 +383,7 @@ SET ENABLE_SEQSCAN TO OFF; - The default value is 2. The value must be less than the value of + The default value is 3. The value must be less than the value of max_connections. This parameter can only be set at server start. -- cgit v1.2.3