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

From Josh Berkus
Subject Where does data in pg_stat_user_tables come from?
Date
Msg-id 4C8EAE5E.70201@agliodbs.com
Whole thread Raw
Responses Re: Where does data in pg_stat_user_tables come from?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Where does data in pg_stat_user_tables come from?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Where does data in pg_stat_user_tables come from?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
All,

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.  This means that one can never have data in
pg_stat_user_tables which is completely up-to-date, and if autovacuum is
off, the view is useless.

Am I reading this correctly?  If so, shouldn't this be a TODO -- or is
it fixed already in 9.0?

--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Useless sort by
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Where does data in pg_stat_user_tables come from?