logging settings - Mailing list pgsql-general

From Mott Leroy
Subject logging settings
Date
Msg-id 43E29399.3070008@acadaca.com
Whole thread Raw
Responses Re: logging settings  (Michael Fuhr <mike@fuhr.org>)
Re: logging settings  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Postgres 7.4.1

I've been experiencing some strangeness with the logging settings in
postgresql.conf.

I turned on statement logging (and duration), issued a "pg_ctl reload"
and got it working (logging to sys log and standard out). Now however,
when i try to turn it off, it won't turn off, using the same procedure.
I've now commented out all the lines related to logging, but it's still
logging.

Is it possible that this is related to connection pooling? Does each
connection hold these settings, such that a reload of the configuration
file only affects new connections, not existing ones?

Any help, much appreciated.

Thanks -

Mott

pgsql-general by date:

Previous
From: bfraci@aol.com
Date:
Subject: C Language Stored Procedure Returning No Data
Next
From: Bricklen Anderson
Date:
Subject: Re: Can't get the field = ANY(array) clause to work...