Re: Postgres Login Users Details

From: Vishalakshi Navaneethakrishnan <nvishalakshi(at)sirahu(dot)com>
To: Chris Angelico <rosuav(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres Login Users Details
Date: 2012-10-24 10:16:17
Message-ID: CAP-PUP29xDEf=TEEz1nRySQWEidceO1eEGx=M5N2oFBLd4VAuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

In my case is different. i have only 2 DB login user.. say postgres and
dbuser1

My other friends login into this db server using different app server say
app1,app2.

Their user names are osuser1,osuser2

I want to know who is logging via which server and what db they are access
and what queries they are running ..

osuser1 from app1 login into dbserver as dbuser1 and accessing dbname1 db
and execute this command..

I want this details..

Can you help me how to log this information?

On Mon, Oct 22, 2012 at 8:20 PM, Chris Angelico <rosuav(at)gmail(dot)com> wrote:

> On Mon, Oct 22, 2012 at 7:47 PM, Vishalakshi Navaneethakrishnan
> <nvishalakshi(at)sirahu(dot)com> wrote:
> > Hi all,
> >
> > I need to know who are all access database from different remote host.
> >
> > Example :
> >
> > User1(at)host1 logged / access db dbuser(at)dbname in Dbserver
> >
> > How can i get this information?
>
> As suggested, you can configure logging to record this. For
> up-to-the-moment "who's currently logged in" information, look at the
> pg_stat_activity table.
>
> ChrisA
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
Best Regards,
Vishalakshi.N

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mino Haluz 2012-10-24 12:28:11 Postgresql high available solution
Previous Message Xiong He 2012-10-24 10:09:58 Re: oracle_fdw with oracle os authentication