Re: How to disable the autovacuum ? - Mailing list pgsql-hackers

From Christoph Moench-Tegeder
Subject Re: How to disable the autovacuum ?
Date
Msg-id YLSij1ArA7CVT7xG@elch.exwg.net
Whole thread Raw
In response to How to disable the autovacuum ?  (Esteban Zimanyi <ezimanyi@ulb.ac.be>)
Responses Re: How to disable the autovacuum ?
List pgsql-hackers
## Esteban Zimanyi (ezimanyi@ulb.ac.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



pgsql-hackers by date:

Previous
From: Zhihong Yu
Date:
Subject: Re: why is the permission granted in a non-recursive way and what are the benefits
Next
From: Dilip Kumar
Date:
Subject: Re: [BUG]Update Toast data failure in logical replication