Re: Where is the connection info

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Where is the connection info
Дата
Msg-id 1101938001.4005.0.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Where is the connection info  ("Cason, Kenny" <kenny.cason@boeing.com>)
Список pgsql-hackers
On K, 2004-12-01 at 18:28, Cason, Kenny wrote:
> In postgres, how do I find out how many connections are allowed per
> user? Where those connections are stored? Who has the connections? Etc.

You can start from:

show all;

select * from pg_stat_activity;

---------
Hannu


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: libpq and psql not on same page about SIGPIPE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq and psql not on same page about SIGPIPE