On Mon, Jul 24, 2006 at 07:09:17PM +0200, Peter Eisentraut wrote:
> Am Montag, 24. Juli 2006 16:55 schrieb Stephen Frost:
> > #2: That variable can *not* be changed by a reload.
> > Notice-level message is sent to the log notifying the admin that the
> > change requested could not be performed.
> This already happens.
Not if the option gets commented/deleted, i.e.:
shared_buffers = 8000
START
#shared_buffers = 8000
HUP
This does not issue a message at the moment.
Joachim