Re: Is Autovacuum running?

Поиск
Список
Период
Сортировка
От Brad White
Тема Re: Is Autovacuum running?
Дата
Msg-id CAA_1=90hm-N_0ddb8rGZP0vRpvRd-fro8Y0BY7MVzOWzJRvYQw@mail.gmail.com
обсуждение исходный текст
Ответ на Is Autovacuum running?  (Brad White <b55white@gmail.com>)
Ответы Re: Is Autovacuum running?  (Christophe Pettus <xof@thebuild.com>)
Список pgsql-general


On Mon, Feb 20, 2023 at 1:42 PM Brad White <b55white@gmail.com> wrote:
I'm concerned that Autovacuum may not be running based on the results of this query.

SELECT relname, last_vacuum, last_autovacuum FROM pg_stat_user_tables;
gives 211 rows like this...
relname                    | last_vacuum | last_autovacuum 
BusinessIncidentCategories | null | null
Valid Use                  | null | null
Serial Pool Part Types     | null | null
BusinessIncidentLog        | null | null
Rate Categories            | null | null



Any suggestions on how to proceed?

Thanks,
Brad. 

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: can't get psql authentication against Active Directory working
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: Is Autovacuum running?