Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8c9c1f

Browse files
committed
Add description of pg_stat directory into doc.
Back-patch to 9.3 where pg_stat directory was introduced.
1 parent654e8e4 commitc8c9c1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

‎doc/src/sgml/storage.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp