From: Fujii Masao Date: Wed, 4 Jun 2014 16:46:31 +0000 (+0900) Subject: Add description of pg_stat directory into doc. X-Git-Tag: REL9_3_5~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc90b9c4c45fa30a8f59313e21d294529ef7182;p=thirdparty%2Fpostgresql.git Add description of pg_stat directory into doc. Back-patch to 9.3 where pg_stat directory was introduced. --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b37b6c301cb..ea9aaaaee03 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -186,7 +186,7 @@ postgres: user database host 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 global subdirectory, so that + data is stored in the pg_stat subdirectory, so that statistics can be retained across server restarts. diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index b628c8fd70b..1035f58a9b1 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -93,6 +93,12 @@ Item Subdirectory containing exported snapshots + + pg_stat + Subdirectory containing permanent files for the statistics + subsystem + + pg_stat_tmp Subdirectory containing temporary files for the statistics