Re: Question on postgresql.conf

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question on postgresql.conf
Дата
Msg-id 7209.1533045115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Question on postgresql.conf  ("Lu, Dan" <Dan.Lu@sig.com>)
Ответы RE: Question on postgresql.conf
Список pgsql-general
"Lu, Dan" <Dan.Lu@sig.com> writes:
> Say, I want to put the config file on a share drive so all my postgres configuration file can be seen in one
location.
> /nfs/global/postgres-<hostname>.cnf

What I'd do is make each data directory's postgresql.conf
contain just this:

include /nfs/global/postgres-<hostname>.cnf

and then just start the postmaster without any weird switches.
In this way you will avoid breaking PG-specific tools that
expect to find the config file at its standard location.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Postgresql 10.4 installation issues on Ubuntu 14.05
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Design of a database table