Re: How to find a number of connections - Mailing list pgsql-hackers

From Bryan White
Subject Re: How to find a number of connections
Date
Msg-id 43750192.6050703@arcamax.com
Whole thread Raw
In response to How to find a number of connections  ("Brusser, Michael" <Michael.Brusser@matrixone.com>)
List pgsql-hackers
Brusser, Michael wrote:
> Is there a way to find a number of current connections on Postgres 7.3.x
> ?

select count(*) from pg_stat_activity

-- 
Bryan White, ArcaMax Publishing Inc.

I never look back, darling. it distracts from the now. - Edna Mode


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: MERGE vs REPLACE
Next
From: Josh Berkus
Date:
Subject: Re: MERGE vs REPLACE