Re: Can I see the detailed log of query fired by particular Postgres client on Postgres server?

From: Soni M <diptatapa(at)gmail(dot)com>
To: M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can I see the detailed log of query fired by particular Postgres client on Postgres server?
Date: 2014-08-13 09:32:11
Message-ID: CAAMgDX=inbrusB9c7FDK9n8-73DwwUF5DAVoZLQbyun8cTXYYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On each session created by the client, run set log_statement to 'all'
before firing your query

On Wed, Aug 13, 2014 at 4:21 PM, M Tarkeshwar Rao <
m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com> wrote:

> Hi all,
>
>
>
> Can I see the detailed log of query fired by particular Postgres client
> on Postgres server?
>
> This client might be any java application or any console Postgres client.
>
> I want this for our debugging purpose.
>
>
>
> Regards
>
> Tarkeshwar
>
>
>

--
Regards,

Soni Maula Harriz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message M Tarkeshwar Rao 2014-08-13 09:37:01 Re: Can I see the detailed log of query fired by particular Postgres client on Postgres server?
Previous Message M Tarkeshwar Rao 2014-08-13 09:21:23 Can I see the detailed log of query fired by particular Postgres client on Postgres server?