diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 175d1d5ebf4..ae6ee60ab16 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2057,6 +2057,8 @@ include 'filename' than this many seconds (which suggests that <varname>checkpoint_segments</> ought to be raised). The default is 30 seconds (<literal>30s</>). Zero disables the warning. + No warnings will be generated if <varname>checkpoint_timeout</varname> + is less than <varname>checkpoint_warning</varname>. This parameter can only be set in the <filename>postgresql.conf</> file or on the server command line. </para> |