Re: when a table was last vacuumed

Поиск
Список
Период
Сортировка
От AI Rumman
Тема Re: when a table was last vacuumed
Дата
Msg-id 2a7905441002100223p662805c0s1d6beb4beb81a655@mail.gmail.com
обсуждение исходный текст
Ответ на Re: when a table was last vacuumed  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: when a table was last vacuumed
Список pgsql-general
But I am using Postgresql 8.1 and here no clumn named last_vacuum.

On Wed, Feb 10, 2010 at 4:12 PM, Guillaume Lelarge <guillaume@lelarge.info> wrote:
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 по дате отправления:

Предыдущее
От: "Davor J."
Дата:
Сообщение: Re: One column to multiple columns based on constraints?
Следующее
От: Glyn Astill
Дата:
Сообщение: Re: when a table was last vacuumed