aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-02-16 21:11:32 +0000
committerBruce Momjian <bruce@momjian.us>2008-02-16 21:11:32 +0000
commit2fce2336dc5413cd397d88be788348a1caebafa9 (patch)
treed63e6e31d068c4621d8afd3fbd54cb34f3ba9e20
parentd4fa0b4e0a6d1711b46c13186a2e2551cb6f7e4c (diff)
downloadpostgresql-2fce2336dc5413cd397d88be788348a1caebafa9.tar.gz
postgresql-2fce2336dc5413cd397d88be788348a1caebafa9.zip
Add suggestion about how to set checkpoint_warning to log all
checkpoints.
-rw-r--r--doc/src/sgml/config.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index e910706a313..68ee06fae03 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.164 2008/02/02 23:29:12 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.165 2008/02/16 21:11:32 momjian Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -1638,6 +1638,9 @@ SET ENABLE_SEQSCAN TO OFF;
30 seconds (<literal>30s</>). Zero disables the warning.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
+ (Set it to a value greater than <varname>checkpoint_timeout</> to
+ log all checkpoints. Of course, the warning suggesting increasing
+ <varname>checkpoint_segments</> should be ignored.)
</para>
</listitem>
</varlistentry>