modify postgresql.conf - Mailing list pgsql-general

From Tom Smith
Subject modify postgresql.conf
Date
Msg-id CAKwSVFELXs1HFGg3OVT67+wj5W-GKAHk0vnjiB1xEvbec1btOA@mail.gmail.com
Whole thread Raw
Responses Re: modify postgresql.conf
List pgsql-general
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 what is set already
max_connections = 500

will this setting at the end of the file be guranteed effective value?

I am trying to do this way as I want keep all my changes at the end of the file
in one place for easy maintenance.

Thanks

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BDR global sequences in two machine failover
Next
From: Michael Paquier
Date:
Subject: Re: modify postgresql.conf