Re: [PATCH] SET search_path += octopus - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] SET search_path += octopus
Date
Msg-id CA+Tgmoa7p=JpG6KxZL=gOY+vUacYbuCQQrp0B20nkdC1u_7Bew@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] SET search_path += octopus  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Tue, Oct 20, 2020 at 3:24 PM Andres Freund <andres@anarazel.de> wrote:
> As far as I understand what the proposal does, if you were to do do an
> ALTER SYSTEM like you do, it'd actually write an "absolute"
> shared_preload_libraries value to postgresql.auto.conf. So if you then
> subsequently modified the shared_preload_libraries in postgresql.conf
> it'd be overwritten by the postgresql.auto.conf value, not "newly"
> appended to.

Right. So, it only really works if you either use ALTER SYSTEM for
everything or manual config file edits for everything. But, that can
still be useful.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: "tsunakawa.takay@fujitsu.com"
Date:
Subject: RE: [Patch] Optimize dropping of relation buffers using dlist
Next
From: Mark Dilger
Date:
Subject: Re: Reduce the dependence on access/xlog_internal.h