Re: when a table was last vacuumed

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: when a table was last vacuumed
Дата
Msg-id 4B7286A0.1010908@lelarge.info
обсуждение исходный текст
Ответ на when a table was last vacuumed  (AI Rumman <rummandba@gmail.com>)
Ответы Re: when a table was last vacuumed
Список pgsql-general
Le 10/02/2010 10:48, AI Rumman a écrit :
> If it possible to find out when a table was last vacuumed?
>

SELECT schemaname, relname, last_vacuum, last_autovacuum
FROM pg_stat_all_tables;


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

В списке pgsql-general по дате отправления: