Thread
-
How to find a number of connections
Brusser, Michael <michael.brusser@matrixone.com> — 2005-11-11T20:09:41Z
Is there a way to find a number of current connections on Postgres 7.3.x ? Thank you, Mike
-
Re: How to find a number of connections
Bruno Wolff III <bruno@wolff.to> — 2005-11-11T20:33:50Z
On Fri, Nov 11, 2005 at 15:09:41 -0500, "Brusser, Michael" <Michael.Brusser@matrixone.com> wrote: > Is there a way to find a number of current connections on Postgres 7.3.x > ? This might help you: http://www.postgresql.org/docs/7.3/static/monitoring.html
-
Re: How to find a number of connections
Bryan White <bryan@arcamax.com> — 2005-11-11T20:39:46Z
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