Re: order of reading the conf files

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: order of reading the conf files
Date: 2018-12-06 15:19:23
Message-ID: 142e71e8-7bad-3c63-b6b3-dff610778d23@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2018-12-06 15:23:11 Re: order of reading the conf files
Previous Message Tom Lane 2018-12-06 15:06:24 Re: UNION ALL: Apparently based on column order rather than on column name or alias