Re: order of reading the conf files

2018-12-06 Thread bhargav kamineni
Thanks a lot Stephen. On Thu, Dec 6, 2018 at 8:53 PM Stephen Frost wrote: > Greetings, > > * Thomas Kellerer (spam_ea...@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 an

Re: order of reading the conf files

2018-12-06 Thread Stephen Frost
Greetings, * Thomas Kellerer (spam_ea...@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.

Re: order of reading the conf files

2018-12-06 Thread Thomas Kellerer
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 specifie

Re: order of reading the conf files

2018-12-06 Thread Stephen Frost
Greetings, * Rene Romero Benavides (rene.romer...@gmail.com) wrote: > Why do you need to know that ? Please don't top-post, first, and second, it certainly seems like a worthwhile thing to want to know, for a variety of reasons, such as "what takes precedence- ALTER SYSTEM, or a configuration in

Re: order of reading the conf files

2018-12-06 Thread Rene Romero Benavides
Why do you need to know that ? Am Do., 6. Dez. 2018 um 01:21 Uhr schrieb bhargav kamineni < kbn98...@gmail.com>: > > Hi, > > may i know the order in which postgres reads the configuration files like > conf , auto.conf , hba ? > and how does postmaster forks postgres , can we see that forking pro