From: Andres Freund Date: Thu, 4 Dec 2014 22:55:19 +0000 (+0100) Subject: Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=5ede3a31171d83b94a773d997fe05b563f8ebb3d;p=users%2Fheikki%2Fpostgres.git Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd. Author: Peter Geoghegan --- diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b29e5e6072..3ce7e80dfa 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1226,7 +1226,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser n_tup_upd bigint - Number of rows updated + Number of rows updated (includes HOT updated rows) n_tup_del