]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add description of pg_stat directory into doc.
authorFujii Masao <fujii@postgresql.org>
Wed, 4 Jun 2014 16:46:31 +0000 (01:46 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 4 Jun 2014 16:46:31 +0000 (01:46 +0900)
Back-patch to 9.3 where pg_stat directory was introduced.

doc/src/sgml/monitoring.sgml
doc/src/sgml/storage.sgml

index b37b6c301cb3c241514027c2c97bf782caafbb93..ea9aaaaee033e6627f62ce94a09cc104b10e6dcd 100644 (file)
@@ -186,7 +186,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
    For better performance, <varname>stats_temp_directory</> can be
    pointed at a RAM-based file system, decreasing physical I/O requirements.
    When the server shuts down, a permanent copy of the statistics
-   data is stored in the <filename>global</filename> subdirectory, so that
+   data is stored in the <filename>pg_stat</filename> subdirectory, so that
    statistics can be retained across server restarts.
   </para>
 
index b628c8fd70b94e759e24ebc27446e0187e49003e..1035f58a9b1554d9367f277848078009b67d5a5f 100644 (file)
@@ -93,6 +93,12 @@ Item
  <entry>Subdirectory containing exported snapshots</entry>
 </row>
 
+<row>
+ <entry><filename>pg_stat</></entry>
+ <entry>Subdirectory containing permanent files for the statistics
+  subsystem</entry>
+</row>
+
 <row>
  <entry><filename>pg_stat_tmp</></entry>
  <entry>Subdirectory containing temporary files for the statistics