Re: Replication parameters in recovery.conf

2017-12-05 Thread Michael Paquier
On Wed, Dec 6, 2017 at 11:19 AM, Peter Eisentraut wrote: > The reasons for this are basically all historical and we are trying to > get rid of it (by moving these settings to postgresql.conf, mostly). So > I don't think we need to spend a lot of time rationalizing this at this > point. Yeah, the

Re: Replication parameters in recovery.conf

2017-12-05 Thread Peter Eisentraut
On 12/1/17 06:12, Aleksandr Parfenov wrote: > Reading a documentation regarding recovery.conf file I found that the > reason to store 'stand-by mode' configuration inside that file is not > clear. > > IMHO, a little note in description of recovery.conf will clearify > the situation. Something like

Replication parameters in recovery.conf

2017-12-01 Thread Aleksandr Parfenov
Hello, Reading a documentation regarding recovery.conf file I found that the reason to store 'stand-by mode' configuration inside that file is not clear. IMHO, a little note in description of recovery.conf will clearify the situation. Something like "a stand-by is submode of recover mode" and tha