Re: Displaying ProcessList to Users

From: "Gunnar \"Nick\" Bluth" <gunnar(dot)bluth(dot)extern(at)elster(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Displaying ProcessList to Users
Date: 2017-01-05 08:32:16
Message-ID: 273d27f1-5f94-191d-3ca0-7c2cba003645@elster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 05.01.2017 um 09:12 schrieb Günce Kaya:
> Hi Gunnar,

Hi Günce,

> When I select pg_stat_activity table, I can see only a row to my user
> but I have executed lots of queries. I can only see latest executed
> query to me.
>
> Is there any way to list users with whole queries that executed before
> by users?

Well, you'd need full statement logging to achieve that. And the
information will be in the log, not the DB:

https://www.postgresql.org/docs/current/static/runtime-config-logging.html#GUC-LOG-STATEMENT

Cheers,

Nick

>
> Regards,
>
> Gunce Kaya
>
> 2017-01-05 10:59 GMT+03:00 Gunnar "Nick" Bluth
> <gunnar(dot)bluth(dot)extern(at)elster(dot)de <mailto:gunnar(dot)bluth(dot)extern(at)elster(dot)de>>:
>
> Am 05.01.2017 um 08:55 schrieb Günce Kaya:
> > Hi All,
>
> Hi Günce,
>
>
> > I'm curious about can I display or list users who execute which queries
> > in databases.
> >
> > Any help would be appreciated.
>
> Have a look at pg_stat_activity.
>
> Regards,
> --
> Gunnar "Nick" Bluth
> DBA ELSTER
>
> Tel: +49 911/991-4665 <tel:%2B49%20911%2F991-4665>
> Mobil: +49 172/8853339 <tel:%2B49%20172%2F8853339>
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org
> <mailto:pgsql-admin(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
> <http://www.postgresql.org/mailpref/pgsql-admin>
>
>
>
>
> --
> Gunce Kaya

--
Gunnar "Nick" Bluth
DBA ELSTER

Tel: +49 911/991-4665
Mobil: +49 172/8853339

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Günce Kaya 2017-01-06 08:47:14 Re: Displaying ProcessList to Users
Previous Message Günce Kaya 2017-01-05 08:12:10 Re: Displaying ProcessList to Users