Re: Tailing queries - Mailing list pgsql-novice

From richard@xentu.com
Subject Re: Tailing queries
Date
Msg-id cb831a99c29ccbc8a51c7cee988ee72a@xentu.com
Whole thread Raw
In response to Tailing queries  (Aravind Kumar <aravindc26@gmail.com>)
List pgsql-novice
On 2016-06-18 07:26, Aravind Kumar wrote:
> Hi,
>
> I am an application developer, I would like to watch the live logs of
> queries to postgres. This would would be of great help for debugging.
>
> Thanks
>
> Aravind.


Hi Aravind,

I had that same problem & ended up writing a little application that
reads the logs & displays them in a gui. Source at bitbucket.

http://www.xentu.com/pgprofiler/

The way I had to do it seems awkward, however I don't think postgresql
offers any better way of writing a tool like mssql's profiler.

Am happy to be proved wrong!

Richard


pgsql-novice by date:

Previous
From: Aravind Kumar
Date:
Subject: Tailing queries
Next
From: Keith
Date:
Subject: Re: Tailing queries