From: | MaRCeLO PeReiRA <gandalf_mp(at)yahoo(dot)com(dot)br> |
---|---|
To: | elein <elein(at)varlena(dot)com> |
Cc: | pgsql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Number of Active Connections |
Date: | 2004-09-13 19:51:13 |
Message-ID: | 20040913195113.49944.qmail@web52701.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Elein,
Thanks!! It was exactly what I was looking for!!!
Regards,
Marcelo Pereira
Brasil
--- elein <elein(at)varlena(dot)com> escreveu:
> select count(*) from pg_stat_activity;
>
> for detailed info use:
>
> select * from pg_stat_activity;
>
> On Mon, Sep 13, 2004 at 02:49:36PM -0300, MaRCeLO
> PeReiRA wrote:
> > Hi guys,
> >
> > How can I know about the number of active
> > connections?? (not the maximum allowed, but the
> number
> > of open connections).
> >
> > Regards,
> >
> > Marcelo Pereira
> > Brasil
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> >
> http://www.postgresql.org/docs/faqs/FAQ.html
>
_______________________________________________________
Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita diversão. Instale agora!
http://br.download.yahoo.com/messenger/
From | Date | Subject | |
---|---|---|---|
Next Message | Ying Lu | 2004-09-13 20:56:37 | about C-JDBC for postgreSQL |
Previous Message | Gaetano Mendola | 2004-09-13 19:41:39 | Re: Number of Active Connections |