diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.80 2006/09/02 21:11:26 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.81 2006/09/02 23:04:20 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -383,7 +383,7 @@ SET ENABLE_SEQSCAN TO OFF; </para> <para> - 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 <varname>max_connections</varname>. This parameter can only be set at server start. </para> |