Re: Installed. Now what? - Mailing list pgsql-general

From Phoenix Kiula
Subject Re: Installed. Now what?
Date
Msg-id CAFWfU=sTYVPWvZztV_Q4eC135GMcmk3_wPEfmbPX3VGYZ1Dtjg@mail.gmail.com
Whole thread Raw
In response to Re: Installed. Now what?  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
On Thu, Nov 24, 2011 at 10:42 AM, Adrian Klaver <adrian.klaver@gmail.com> wrote:
>>
>> Also, how can I tell the pgbouncer log not to log proper connections
>> and their closing. Right now it's filling up with nonsense. I only
>> want it to log when there's a warning or error.
>
> http://pgbouncer.projects.postgresql.org/doc/config.html#_log_settings



Thanks. Much nicer to NOT have the connect and disconnect.

Question: my log is filled up with these messages every few seconds:


---
2011-11-24 07:10:02.349 12713 LOG Stats: 0 req/s, in 49 b/s, out 70
b/s,query 10743 us"
---


Does the "0 reqs" mean that nothing is being server through PGBOUNCER?

pgsql-general by date:

Previous
From: Naoya Anzai
Date:
Subject: "CREATE TABLE table_name AS EXECUTE name WITH DATA" becomes syntax error.
Next
From: Phoenix Kiula
Date:
Subject: Re: Table Design question for gurus (without going to "NoSQL")...