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
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
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