Re: Tailing queries

From: richard(at)xentu(dot)com
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Tailing queries
Date: 2016-06-18 07:24:55
Message-ID: cb831a99c29ccbc8a51c7cee988ee72a@xentu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Keith 2016-06-18 16:00:06 Re: Tailing queries
Previous Message Aravind Kumar 2016-06-18 06:26:59 Tailing queries