Re: [GENERAL] modify postgresql.conf

2015-09-06 Thread Tom Smith
Got it. Thanks very much On Sun, Sep 6, 2015 at 11:25 PM, Michael Paquier wrote: > On Mon, Sep 7, 2015 at 12:12 PM, Tom Smith > wrote: > > Hi, > > > > Can setting be appended to the end of the postgresql.conf > > so that it will override whatever is already in the previous version. > > For exam

Re: [GENERAL] modify postgresql.conf

2015-09-06 Thread Michael Paquier
On Mon, Sep 7, 2015 at 12:12 PM, Tom Smith wrote: > Hi, > > Can setting be appended to the end of the postgresql.conf > so that it will override whatever is already in the previous version. > For example > > the existing postgresql.conf already has setting > > max_connections = 100 > > in the midd

[GENERAL] modify postgresql.conf

2015-09-06 Thread Tom Smith
Hi, Can setting be appended to the end of the postgresql.conf so that it will override whatever is already in the previous version. For example the existing postgresql.conf already has setting max_connections = 100 in the middle of file. Now I append a line as the end of the file, regardless w