Re: Statistics wrong ? Vaccum counts only 2 - Mailing list pgsql-admin

From Guillaume Lelarge
Subject Re: Statistics wrong ? Vaccum counts only 2
Date
Msg-id CAECtzeXy1Xut1+KRkcKo6+KivrfhT2kWWhsm09EBjc+3NKyrnQ@mail.gmail.com
Whole thread Raw
In response to Statistics wrong ? Vaccum counts only 2  (Edgar Delgado <edgdelgado@gmail.com>)
List pgsql-admin
2016-02-11 14:29 GMT+01:00 Edgar Delgado <edgdelgado@gmail.com>:
Hi guys!

I run a manual vacuum every Sunday on my database and have autovacuum on, but in pgadmin statistics show only 2 full and 26 auto. Where is the catch?


Run this SQL query:

select vacuum_count,autovacuum_count from pg_stat_user_tables where schemaname='<schema name>' and relname='<table name>';

Replace <schema name> and <table name> with the right names, and run the SQL query. The result will tell us if the issue is with pgAdmin.


--

pgsql-admin by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Could not open file pg_clog , Please help!
Next
From: Scott Marlowe
Date:
Subject: Re: Could not open file pg_clog , Please help!