diff -rpcd a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
*** a/doc/src/sgml/monitoring.sgml	2013-06-25 03:55:41.000000000 +0900
--- b/doc/src/sgml/monitoring.sgml	2013-09-03 16:12:05.000000000 +0900
*************** postgres: <replaceable>user</> <replacea
*** 185,193 ****
     <filename>pg_stat_tmp</filename> by default.
     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
!    statistics can be retained across server restarts.
    </para>
  
   </sect2>
--- 185,195 ----
     <filename>pg_stat_tmp</filename> by default.
     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 cleanly, a permanent copy of the statistics
     data is stored in the <filename>global</filename> subdirectory, so that
!    statistics can be retained across server restarts.  When recovery is
!    performed at server start (e.g. after immediate shutdown, server crash,
!    and point-in-time recovery), all statistics counters are reset.
    </para>
  
   </sect2>
