Re: How to learn all information on the user of a database? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: How to learn all information on the user of a database?
Date
Msg-id 603c8f070901301009u56567baaof1fb1c426e32bce7@mail.gmail.com
Whole thread Raw
In response to How to learn all information on the user of a database?  (mmf.stavelot@gmail.com)
List pgsql-hackers
I think you might want to ask this question on pgsql-novice or pgsql-general.

You might also want to take a look at the pg_user and pg_stat_activity views.

...Robert

On Fri, Jan 30, 2009 at 7:16 AM,  <mmf.stavelot@gmail.com> wrote:
> How to learn all information on the user of a database? (user name,
> host name, sleep or running,connect or disconnect....)
>
> Thanks
>
> Regards,
> Mr. St
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: array_map not SQL accessible?
Next
From: "David E. Wheeler"
Date:
Subject: Re: Should IS DISTINCT FROM work with ANY()?