File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
186186 For better performance, <varname>stats_temp_directory</> can be
187187 pointed at a RAM-based file system, decreasing physical I/O requirements.
188188 When the server shuts down cleanly, a permanent copy of the statistics
189- data is stored in the <filename>global </filename> subdirectory, so that
189+ data is stored in the <filename>pg_stat </filename> subdirectory, so that
190190 statistics can be retained across server restarts. When recovery is
191191 performed at server start (e.g. after immediate shutdown, server crash,
192192 and point-in-time recovery), all statistics counters are reset.
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ Item
103103 <entry>Subdirectory containing exported snapshots</entry>
104104</row>
105105
106+ <row>
107+ <entry><filename>pg_stat</></entry>
108+ <entry>Subdirectory containing permanent files for the statistics
109+ subsystem</entry>
110+ </row>
111+
106112<row>
107113 <entry><filename>pg_stat_tmp</></entry>
108114 <entry>Subdirectory containing temporary files for the statistics
You can’t perform that action at this time.
0 commit comments