From 821b08a02bbfed06307af51751f9f24530a17345 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Apr 2009 22:32:02 +0000 Subject: [PATCH] Clarify documentation references to pg_stat_get_blocks_fetched and pg_stat_get_blocks_hit, per suggestion from Robert Haas. --- doc/src/sgml/monitoring.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 0568156207..9dfc0578d4 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -924,8 +924,8 @@ postgres: user database host - blocks_fetched minus - blocks_hit gives the number of kernel + pg_stat_get_blocks_fetched minus + pg_stat_get_blocks_hit gives the number of kernel read() calls issued for the table, index, or database; but the actual number of physical reads is usually lower due to kernel-level buffering. -- 2.39.5