Kevin Kempter wrote:
Hi List;

Is there a system catalog, or other means where I can find out the last time a table was analyzed and the last time a table was vacuumed?
Start with:
select * from pg_stat_all_tables;

Cheers,
Steve


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to