Re: [ADMIN] Problem with pgstat timneouts

2011-12-30 Thread Benjamin Krajmalnik
Just a WAG - is it possible this is being caused by the connection pooler (pgbouncer in my case)? > -Original Message- > From: pgsql-admin-ow...@postgresql.org [mailto:pgsql-admin- > ow...@postgresql.org] On Behalf Of Benjamin Krajmalnik > Sent: Thursday, December 22, 2011 11:56 AM > To:

Re: [ADMIN] How can one prevent logging to the Windows event log?

2011-12-30 Thread David Schnur
Ah, I see; it looks like when logging_collector = 'off', Postgres logs to the Windows event log. Is this a bug? Given that log_destination has an 'eventlog' option, it seems weird for it to also be logging there based on the value of a different option. Since I don't want logging to files, I gue

Re: [ADMIN] How can one prevent logging to the Windows event log?

2011-12-30 Thread raghu ram
On Fri, Dec 30, 2011 at 2:10 AM, David Schnur wrote: > I have log_destination = 'stderr', but Postgres (8.3.15) writes messages > to the Windows event log. How can I prevent it from doing this? Any > insight into this behavior would be greatly appreciated. Thanks! > Modify below parameters in