Re: find query beening executed - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: find query beening executed
Date
Msg-id dcc563d10910220114sabd30e7s499da618ceb6c497@mail.gmail.com
Whole thread Raw
In response to find query beening executed  (Julius Tuskenis <julius@nsoft.lt>)
Responses Re: find query beening executed  (Julius Tuskenis <julius@nsoft.lt>)
List pgsql-admin
On Thu, Oct 22, 2009 at 1:52 AM, Julius Tuskenis <julius@nsoft.lt> wrote:
> Hello,
>
> I'd like to know if it is possible to find out the query beeing processed
> for some connection? I know theres a "Select * from pg_stat_activity", but
> if query is very long it gets "cut" and it is the end of it that interests
> me.

I usually log long running queries which gets the whole thing. (I
think...)  Logs can get big if you set the minimum too low and log a
lot.  But the query only gets logged when it's done, so you might not
have the right connection afterwards.  But you'd have the query.

pgsql-admin by date:

Previous
From: Julius Tuskenis
Date:
Subject: find query beening executed
Next
From: Julius Tuskenis
Date:
Subject: Re: find query beening executed