Re: How to learn all information on the user of a database?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: mmf(dot)stavelot(at)gmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to learn all information on the user of a database?
Date: 2009-01-30 18:09:21
Message-ID: 603c8f070901301009u56567baaof1fb1c426e32bce7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)stavelot(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2009-01-30 18:15:01 Re: Should IS DISTINCT FROM work with ANY()?
Previous Message Alvaro Herrera 2009-01-30 17:58:55 array_map not SQL accessible?