From: | bhargav kamineni <kbn98406(at)gmail(dot)com> |
---|---|
To: | sfrost(at)snowman(dot)net |
Cc: | spam_eater(at)gmx(dot)net, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: order of reading the conf files |
Date: | 2018-12-06 16:42:13 |
Message-ID: | CAE=Y5eD5GJ4eciqSRpin8LC0eUN2rj-6pLveUmznoyM+7P5_ZA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks a lot Stephen.
On Thu, Dec 6, 2018 at 8:53 PM Stephen Frost <sfrost(at)snowman(dot)net> wrote:
> Greetings,
>
> * Thomas Kellerer (spam_eater(at)gmx(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Ravi Krishna | 2018-12-06 16:44:53 | Re: Limitting full join to one match |
Previous Message | Phil Endecott | 2018-12-06 15:46:30 | Re: Limitting full join to one match |