Re: [PATCH] SET search_path += octopus

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] SET search_path += octopus
Дата
Msg-id CA+Tgmoa7p=JpG6KxZL=gOY+vUacYbuCQQrp0B20nkdC1u_7Bew@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] SET search_path += octopus  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: "tsunakawa.takay@fujitsu.com"
Дата:
Сообщение: RE: [Patch] Optimize dropping of relation buffers using dlist
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: Reduce the dependence on access/xlog_internal.h