Re: order of reading the conf files

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: order of reading the conf files
Дата
Msg-id 20181206152311.GL3415@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: order of reading the conf files  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: order of reading the conf files
Список pgsql-general
Greetings,

* Thomas Kellerer (spam_eater@gmx.net) wrote:
> Stephen Frost schrieb am 06.12.2018 um 15:52:
> > The regular postgresql.conf file is read first, then
> > postgresql.auto.conf and then pg_hba.conf and pg_ident.conf.  We can't
> > read pg_hba.conf/pg_ident.conf before reading postgresql.conf and
> > postgresql.auto.conf because their location is specified in
> > postgresql.conf/postgresql.auto.conf.
>
> When are the .conf files read that are included from within "postgresql.conf"?
> The manual is not clear about that.

At the time we hit the 'include' line.

> Are they processed before "postgresql.auto.conf" or after?

postgresql.auto.conf is always last.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: order of reading the conf files
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: postgis after pg_upgrade