diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index d8b20844a97..194b63dddbf 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -3142,6 +3142,24 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
Discard the current statistics snapshot
+
+
+ pg_stat_get_xact_blocks_fetched(oid)pg_stat_get_xact_blocks_fetched
+ bigint
+
+ Returns the number of buffers fetched for table or index, in the current
+ transaction.
+
+
+
+
+ pg_stat_get_xact_blocks_hit(oid)pg_stat_get_xact_blocks_hit
+ bigint
+
+ Returns the number of buffer hits for table or index, in the current
+ transaction.
+
+
pg_stat_reset()pg_stat_reset