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

Поиск
Список
Период
Сортировка
От Jeff Larsen
Тема Re: any way to query for current connections to db?
Дата
Msg-id d1f9b6f00711091454m4363fc98nec9811c2a0fde164@mail.gmail.com
обсуждение исходный текст
Ответ на any way to query for current connections to db?  ("Coarr, Matt" <mcoarr@mitre.org>)
Ответы Re: any way to query for current connections to db?
Список pgsql-general
> 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;

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

Предыдущее
От: "Coarr, Matt"
Дата:
Сообщение: any way to query for current connections to db?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: any way to query for current connections to db?