From: Bruce Momjian Date: Sat, 16 Feb 2008 21:11:32 +0000 (+0000) Subject: Add suggestion about how to set checkpoint_warning to log all X-Git-Tag: REL8_4_BETA1~1990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fce2336dc5413cd397d88be788348a1caebafa9;p=postgresql Add suggestion about how to set checkpoint_warning to log all checkpoints. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e910706a31..68ee06fae0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1638,6 +1638,9 @@ SET ENABLE_SEQSCAN TO OFF; 30 seconds (30s). Zero disables the warning. This parameter can only be set in the postgresql.conf file or on the server command line. + (Set it to a value greater than checkpoint_timeout to + log all checkpoints. Of course, the warning suggesting increasing + checkpoint_segments should be ignored.)