Re: order of reading the conf files

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: order of reading the conf files
Дата
Msg-id 142e71e8-7bad-3c63-b6b3-dff610778d23@gmx.net
обсуждение исходный текст
Ответ на Re: order of reading the conf files  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: order of reading the conf files
Список pgsql-general
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.

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

Thomas



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UNION ALL: Apparently based on column order rather than on column name or alias
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: order of reading the conf files