Commit 5ede3a31 authored by Andres Freund's avatar Andres Freund

Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.

Author: Peter Geoghegan
parent b58233c7
...@@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser ...@@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
<row> <row>
<entry><structfield>n_tup_upd</></entry> <entry><structfield>n_tup_upd</></entry>
<entry><type>bigint</></entry> <entry><type>bigint</></entry>
<entry>Number of rows updated</entry> <entry>Number of rows updated (includes HOT updated rows)</entry>
</row> </row>
<row> <row>
<entry><structfield>n_tup_del</></entry> <entry><structfield>n_tup_del</></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment