Re: Displaying ProcessList to Users

From: Günce Kaya <guncekaya14(at)gmail(dot)com>
To: Gunnar Nick Bluth <gunnar(dot)bluth(dot)extern(at)elster(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Displaying ProcessList to Users
Date: 2017-01-06 08:47:14
Message-ID: CAAV2-mX5USLHnE6aPCGTy5a_AvdXpskR=0rezWi1biXoZTaxww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

Thank you for your response. I modified some parameters in postgres.conf
file like added log_line_prefix='%m %u(at)%d %r'
and log_min_duration_statement=0 than I executed a script. So the result
gave me what I need it.

Thank you again.

Regards,

Gunce Kaya

2017-01-05 11:32 GMT+03:00 Gunnar "Nick" Bluth <
gunnar(dot)bluth(dot)extern(at)elster(dot)de>:

> 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
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

--
Gunce Kaya

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John Scalia 2017-01-06 15:55:26 Fwd: Can I bother you for some more assistance?
Previous Message Gunnar "Nick" Bluth 2017-01-05 08:32:16 Re: Displaying ProcessList to Users