On Jan 11, 2008, at 11:51 AM, Joshua D. Drake wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 11 Jan 2008 14:29:32 -0300
João Paulo Zavanela <[EMAIL PROTECTED]> wrote:

Hi there,

I want to know how many connections is created simultaneously in data
base per day.

Entirely depends on your machine. I wouldn't suggest having more than a
1000 open at any given time though. Also take a look at connection
pooling.

Are there some table where i can search it?

pg_stat_activity

All users is connected in the database with postgres user.

I think he was looking for some kind of logging/reporting of how many connections have actually been made for a given day. He should be looking at turning on log_connections and then parsing his logs for connection entries.

Erik Jones

DBA | Emma®
[EMAIL PROTECTED]
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org/

Reply via email to