[PERFORM] Current query of the PL/pgsql procedure.

2013-12-15 Thread Yuri Levinsky
Dear ALL, I am running PL/pgsql procedure with sql statements that taking a long time. I able to see them in the log just after their completion. How can I see currently running SQL statement? I am able to see in pg_stat_activity only my call to function. Many thanks in advance. Sincerely your

Re: [PERFORM] Current query of the PL/pgsql procedure.

2013-12-15 Thread Craig James
On Sun, Dec 15, 2013 at 8:18 AM, Yuri Levinsky wrote: > Dear ALL, > > I am running PL/pgsql procedure with sql statements that taking a long > time. I able to see them in the log just after their completion. How can I > see currently running SQL statement? I am able to see in pg_stat_activity >