Re: [HACKERS] Minor documentation tweak to pg_stat_all_tables view description

2014-12-04 Thread Peter Geoghegan
On Thu, Dec 4, 2014 at 2:56 PM, Andres Freund wrote: > I wondered for a sec whether it'd be better to refer to n_tup_hot_upd > here, but decided you were right. > > Pushed. Thanks. -- Peter Geoghegan -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to you

Re: [HACKERS] Minor documentation tweak to pg_stat_all_tables view description

2014-12-04 Thread Andres Freund
On 2014-12-04 14:43:43 -0800, Peter Geoghegan wrote: > Attached patch makes minor modification to the pg_stat_all_tables > documentation. This clarifies that pg_stat_*_tables.n_tup_upd includes > HOT updates. Ah. Good idea. I've been asked that by others and myself quite a number of times and had

[HACKERS] Minor documentation tweak to pg_stat_all_tables view description

2014-12-04 Thread Peter Geoghegan
Attached patch makes minor modification to the pg_stat_all_tables documentation. This clarifies that pg_stat_*_tables.n_tup_upd includes HOT updates. -- Peter Geoghegan diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b29e5e6..3ce7e80 100644 --- a/doc/src/sgml/monito