mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 15:19:08 -04:00
Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.
Author: Peter Geoghegan
This commit is contained in:
parent
b58233c71b
commit
5ede3a3117
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
|||
<row>
|
||||
<entry><structfield>n_tup_upd</></entry>
|
||||
<entry><type>bigint</></entry>
|
||||
<entry>Number of rows updated</entry>
|
||||
<entry>Number of rows updated (includes HOT updated rows)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><structfield>n_tup_del</></entry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue