Re: Where is the connection info - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Where is the connection info
Date
Msg-id 1101938001.4005.0.camel@fuji.krosing.net
Whole thread Raw
In response to Where is the connection info  ("Cason, Kenny" <kenny.cason@boeing.com>)
List 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 by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: libpq and psql not on same page about SIGPIPE
Next
From: Tom Lane
Date:
Subject: Re: libpq and psql not on same page about SIGPIPE