Re: info request : listing active connections

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: info request : listing active connections
Дата
Msg-id 200203261436.g2QEabn16465@candle.pha.pa.us
обсуждение исходный текст
Ответ на info request : listing active connections  ("Vilson farias" <vilson.farias@digitro.com.br>)
Список pgsql-admin
Vilson farias wrote:
> Greetings,
>
>   I've been looking for a way to list active connections from
>   clients to the postmaster. What kind of features does postgresql
>   has to make it possible?  I would like to list users, ips and
>   maybe calling application and plataform. Now, the only way I
>   know is through ps -ef | grep post. Is there some system table
>   where I can find information about active connections?

7.2 has pg_stat_activity table that shows connections and queries.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Vilson farias"
Дата:
Сообщение: info request : listing active connections
Следующее
От: "Vilson farias"
Дата:
Сообщение: Re: info request : listing active connections