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 parent6afe200 commit637fab6Copy full SHA for 637fab6
doc/src/sgml/monitoring.sgml
@@ -185,9 +185,11 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
185
<filename>pg_stat_tmp</filename> by default.
186
For better performance, <varname>stats_temp_directory</> can be
187
pointed at a RAM-based file system, decreasing physical I/O requirements.
188
- When the server shuts down, a permanent copy of the statistics
+ When the server shuts down cleanly, a permanent copy of the statistics
189
data is stored in the <filename>global</filename> subdirectory, so that
190
- statistics can be retained across server restarts.
+ statistics can be retained across server restarts. When recovery is
191
+ performed at server start (e.g. after immediate shutdown, server crash,
192
+ and point-in-time recovery), all statistics counters are reset.
193
</para>
194
195
</sect2>