Re: Improving postgresql.conf - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Improving postgresql.conf
Date
Msg-id 40D07AE6.9080003@pse-consulting.de
Whole thread Raw
In response to Re: Improving postgresql.conf  (Greg Stark <gsstark@mit.edu>)
Responses Re: Improving postgresql.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Greg Stark wrote:

>Tom Lane <tgl@sss.pgh.pa.us> writes:
>
>  
>
>>The only real problem I see is that showing all the values as comments
>>encourages the idea that you can undo a change by undoing your edit.
>>The simple and obvious fix is to not show the values as comments ...
>>    
>>

I agree.
A good way how to describe a config variable is present for 
listen_addresses, which clearly states the default value. Could be even 
shorter, e.g.
port = 5432 # default: 5432

To solve the "commenting out a setting doesn't return to default' 
problem a magic word 'default' could be introduced, forcing to load the 
default setting.

How about *requiring* to set any variable, at least to xxx='default'? 
This would remove any ambiguities (and force to review postgresql.conf 
after upgrading, which is a good idea anyway).

Regards,
Andreas




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Improving postgresql.conf
Next
From: Tom Lane
Date:
Subject: Re: Improving postgresql.conf