add-more-detailed-description-of-tup_returned-and-tup_fetched.patch
text/x-patch
Filename: add-more-detailed-description-of-tup_returned-and-tup_fetched.patch
Type: text/x-patch
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/monitoring.sgml | 2 | 2 |
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index dcbb10fb6f..09a22a43ac 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -3712,7 +3712,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
<structfield>tup_returned</structfield> <type>bigint</type>
</para>
<para>
- Number of rows returned by queries in this database
+ Number of live rows returned by sequential scans of queries in this database
</para></entry>
</row>
@@ -3721,7 +3721,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
<structfield>tup_fetched</structfield> <type>bigint</type>
</para>
<para>
- Number of rows fetched by queries in this database
+ Number of live rows fetched by index scan of queries in this database
</para></entry>
</row>