Re: Autovacuum on sys tables

2023-01-21 Thread Adrian Klaver
On 1/21/23 07:58, Marc wrote: This is a test. Received. Apologies but 19/12 we are no longer receiving the list mails -- Adrian Klaver adrian.kla...@aklaver.com

Re: Autovacuum on sys tables

2023-01-21 Thread Marc
This is a test. Apologies but 19/12 we are no longer receiving the list mails

Re: Autovacuum on sys tables

2022-12-19 Thread Thomas Boussekey
--- > *From:* Thomas Boussekey > *Sent:* Sunday, December 18, 2022 4:01 PM > *To:* Inzamam Shafiq > *Cc:* pgsql-general@lists.postgresql.org < > pgsql-general@lists.postgresql.org> > *Subject:* Re: Autovacuum on sys tables > > Hello Inzamam, > >

Re: Autovacuum on sys tables

2022-12-18 Thread Inzamam Shafiq
ekey Sent: Sunday, December 18, 2022 4:01 PM To: Inzamam Shafiq Cc: pgsql-general@lists.postgresql.org Subject: Re: Autovacuum on sys tables Hello Inzamam, Le sam. 17 déc. 2022 à 08:16, Inzamam Shafiq mailto:inzamam.sha...@hotmail.com>> a écrit : Dear Experts, Hope you are doing well. I

Re: Autovacuum on sys tables

2022-12-18 Thread Thomas Boussekey
Hello Inzamam, Le sam. 17 déc. 2022 à 08:16, Inzamam Shafiq a écrit : > Dear Experts, > > Hope you are doing well. > > I have a question that autovacuum is running on sys tables like pg_class, > pg_attribute, is it a normal thing? Further, what is dead tuples are not > removed from Autovacuum, c

Autovacuum on sys tables

2022-12-16 Thread Inzamam Shafiq
Dear Experts, Hope you are doing well. I have a question that autovacuum is running on sys tables like pg_class, pg_attribute, is it a normal thing? Further, what is dead tuples are not removed from Autovacuum, can we remove the dead tuples using FULL VACUUMM or pg_repack on sys tables? Thank