Re: Where does data in pg_stat_user_tables come from? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Where does data in pg_stat_user_tables come from?
Date
Msg-id 23241.1284428447@sss.pgh.pa.us
Whole thread Raw
In response to Where does data in pg_stat_user_tables come from?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> I've been looking at pg_stat_user_tables (in 8.3, because of a project I
> have), and it appears that autovacuum, and only autovaccum, updates the
> data for this view.

Um ... it updates the last_autovacuum and last_autoanalyze columns,
but the others are not its responsibility.

            regards, tom lane

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Where does data in pg_stat_user_tables come from?
Next
From: Alvaro Herrera
Date:
Subject: Re: Where does data in pg_stat_user_tables come from?