Re: any way to query for current connections to db?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: any way to query for current connections to db?
Дата
Msg-id 200711092307.lA9N73Y00374@momjian.us
обсуждение исходный текст
Ответ на Re: any way to query for current connections to db?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
Scott Marlowe wrote:
> On Nov 9, 2007 4:57 PM, Bruce Momjian <bruce@momjian.us> wrote:
> > Jeff Larsen wrote:
> > > > Is there any way to query the database to identify what the current
> > > > connections are (connections, sessions, or whatever you want to call them)?
> > >
> > > select * from pg_stat_activity;
> >
> > Is this an FAQ?
>
> Yes, it gets asked a lot.
>
> Is it in the FAQ?  Don't know.

No, it isn't.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jeff Larsen"
Дата:
Сообщение: Re: any way to query for current connections to db?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is "query" a reserved word in 8.3 plpgsql?