Re: Vacuum statistics - Mailing list pgsql-hackers

From Ilia Evdokimov
Subject Re: Vacuum statistics
Date
Msg-id 092adec6-4eae-4bd4-bd0d-473a9df1282b@tantorlabs.com
Whole thread Raw
In response to Re: Vacuum statistics  (jian he <jian.universality@gmail.com>)
Responses Re: Vacuum statistics
List pgsql-hackers
Are you certain that all tables are included in `pg_stat_vacuum_tables`? 
I'm asking because of the following:


SELECT count(*) FROM pg_stat_all_tables ;
  count
-------
    108
(1 row)

SELECT count(*) FROM pg_stat_vacuum_tables ;
  count
-------
     20
(1 row)

-- 
Regards,
Ilia Evdokimov,
Tantor Labs LCC.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Report search_path value back to the client.
Next
From: Robert Haas
Date:
Subject: Re: generic plans and "initial" pruning