Обсуждение: backends and pg_stat_activity

Поиск
Список
Период
Сортировка

backends and pg_stat_activity

От
Joseph Shraibman
Дата:
Is there a way to get the ip address of the connections listed in
pg_stat_activity?

Re: backends and pg_stat_activity

От
"Magnus Hagander"
Дата:
> Is there a way to get the ip address of the connections
> listed in pg_stat_activity?

It is - in 8.1 :)

Until then, I think you'll need to do a netstat -nap or such a command
and match the pids. Manually.


//Magnus