Skip to content

Commit 5ede3a3

Browse files
committed
Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.
Author: Peter Geoghegan
1 parent b58233c commit 5ede3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12261226
<row>
12271227
<entry><structfield>n_tup_upd</></entry>
12281228
<entry><type>bigint</></entry>
1229-
<entry>Number of rows updated</entry>
1229+
<entry>Number of rows updated (includes HOT updated rows)</entry>
12301230
</row>
12311231
<row>
12321232
<entry><structfield>n_tup_del</></entry>

0 commit comments

Comments
 (0)