Clarify documentation references to pg_stat_get_blocks_fetched and
authorBruce Momjian <bruce@momjian.us>
Thu, 9 Apr 2009 22:32:02 +0000 (22:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 9 Apr 2009 22:32:02 +0000 (22:32 +0000)
pg_stat_get_blocks_hit, per suggestion from Robert Haas.

doc/src/sgml/monitoring.sgml

index 05681562079b60b995f480006cce7a5fd63cedba..9dfc0578d4a6b1f2557888d99254d05624e02a06 100644 (file)
@@ -924,8 +924,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
 
    <note>
     <para>
-     <function>blocks_fetched</function> minus
-     <function>blocks_hit</function> gives the number of kernel
+     <function>pg_stat_get_blocks_fetched</function> minus
+     <function>pg_stat_get_blocks_hit</function> gives the number of kernel
      <function>read()</> calls issued for the table, index, or
      database; but the actual number of physical reads is usually
      lower due to kernel-level buffering.