We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d75934 commit8e484bcCopy full SHA for 8e484bc
doc/src/sgml/config.sgml
@@ -2274,8 +2274,9 @@ include_dir 'conf.d'
2274
</term>
2275
<listitem>
2276
<para>
2277
- Maximum time between automatic WAL checkpoints, in
2278
- seconds. The default is five minutes (<literal>5min</>).
+ Maximum time between automatic WAL checkpoints, in seconds.
+ The valid range is between 30 seconds and one hour.
2279
+ The default is five minutes (<literal>5min</>).
2280
Increasing this parameter can increase the amount of time needed
2281
for crash recovery.
2282
This parameter can only be set in the <filename>postgresql.conf</>
@@ -2294,7 +2295,6 @@ include_dir 'conf.d'
2294
2295
2296
Specifies the target of checkpoint completion, as a fraction of
2297
total time between checkpoints. The default is 0.5.
-
2298
2299
file or on the server command line.
2300
</para>