Re: [HACKERS] Status of TODO: postgresql.conf: reset to default when

2006-03-08 Thread Joachim Wieland
On Sun, Mar 05, 2006 at 01:23:10PM -0500, Bruce Momjian wrote: > > "Allow commenting of variables in postgresql.conf to restore them to > > defaults > > Currently, if a variable is commented out, it keeps the previous > > uncommented value until a server restarted." > > I take that to apply to th

Re: [HACKERS] Status of TODO: postgresql.conf: reset to default when

2006-03-05 Thread Bruce Momjian
Markus Bertheau wrote: > Hi, > > What's the status of the TODO item > > "Allow commenting of variables in postgresql.conf to restore them to defaults > Currently, if a variable is commented out, it keeps the previous > uncommented value until a server restarted." > > I take that to apply to the

[HACKERS] Status of TODO: postgresql.conf: reset to default when commented

2006-03-05 Thread Markus Bertheau
Hi, What's the status of the TODO item "Allow commenting of variables in postgresql.conf to restore them to defaults Currently, if a variable is commented out, it keeps the previous uncommented value until a server restarted." I take that to apply to the configuration re-read at SIGHUP? Markus