Re: Is Autovacuum running? - Mailing list pgsql-general

From Brad White
Subject Re: Is Autovacuum running?
Date
Msg-id CAA_1=90hm-N_0ddb8rGZP0vRpvRd-fro8Y0BY7MVzOWzJRvYQw@mail.gmail.com
Whole thread Raw
In response to Is Autovacuum running?  (Brad White <b55white@gmail.com>)
Responses Re: Is Autovacuum running?  (Christophe Pettus <xof@thebuild.com>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: can't get psql authentication against Active Directory working
Next
From: Christophe Pettus
Date:
Subject: Re: Is Autovacuum running?