Re: Logging behavior not changing on reload - Mailing list pgsql-novice

From Tom Lane
Subject Re: Logging behavior not changing on reload
Date
Msg-id 12675.1396446642@sss.pgh.pa.us
Whole thread Raw
In response to Re: Logging behavior not changing on reload  (Matthew Foster - NOAA Federal <matthew.foster@noaa.gov>)
Responses Re: Logging behavior not changing on reload
List pgsql-novice
Matthew Foster - NOAA Federal <matthew.foster@noaa.gov> writes:
> Thank you for the quick reply.  SHOW indeed indicates that the parameters
> have not actually changed.  I guess my next question is: Why did they not
> change on reload?

Likely theories include:

* You did the reload wrong.  You did not mention exactly how
you did it, so it's hard to speculate about this.

* You did the parameter change in postgresql.conf wrong.  A typical gotcha
is forgetting to remove the comment marker '#', but any sort of syntax
error will cause Postgres to not process the change.

            regards, tom lane


pgsql-novice by date:

Previous
From: Tovo Rabemanantsoa
Date:
Subject: Re: Logging behavior not changing on reload
Next
From: Tom Lane
Date:
Subject: Re: Logging behavior not changing on reload