Re: How to disable the autovacuum ?

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: How to disable the autovacuum ?
Date: 2021-05-31 08:47:11
Message-ID: YLSij1ArA7CVT7xG@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

## Esteban Zimanyi (ezimanyi(at)ulb(dot)ac(dot)be):

> I have tried
> alter system set autovacuum = off;
> but it does not seem to work.

Did you reload the configuration ("SELECT pg_reload_conf()" etc) after
that? If not, that's your problem right there.

Regards,
Christoph

--
Spare Space

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2021-05-31 09:11:46 Re: [BUG]Update Toast data failure in logical replication
Previous Message Zhihong Yu 2021-05-31 08:36:22 Re: why is the permission granted in a non-recursive way and what are the benefits