Re: Long running transaction in pg_activity_log

From: Farhan Mughal <farhanhafeezmughal(at)yahoo(dot)co(dot)uk>
To: Sachchida Ojha <sojha(at)secure-elements(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Long running transaction in pg_activity_log
Date: 2007-08-22 21:58:40
Message-ID: 819574.20445.qm@web26304.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


If I am not wrong, you must be asking about this:

select * from pg_stat_activity;

If you see <command string
not enabled> in the query column.

Turn on the stats_command_string option in postgresql.conf.

Regards,

Farhan

----- Original Message ----
From: Sachchida Ojha <sojha(at)secure-elements(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Sent: Thursday, 23 August, 2007 1:40:09 AM
Subject: [PERFORM] Long running transaction in pg_activity_log

Long running transaction in pg_activity_log


I see some long running transaction in my pg_activity_log table. My app becomes almost unusable. My question is

How can I query the database to see what sql these transactions are running.

16385;"em_db";20893;16386;"em_user";"<IDLE> in transaction";f;"2007-08-22 20:38:06.527792+00";"2007-08-22 20:37:33.937193+00";"127.0.0.1";52466

16385;"em_db";15110;16386;"em_user";"<IDLE> in transaction";f;"2007-08-22 20:05:08.580643+00";"2007-08-22 19:39:11.670572+00";"127.0.0.1";50961

16385;"em_db";15113;16386;"em_user";"<IDLE> in transaction";f;"2007-08-22 20:06:01.53394+00";"2007-08-22 19:39:11.704564+00";"127.0.0.1";50964

Thanks

Regards

Sachi

___________________________________________________________
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Davies 2007-08-22 23:30:13 Re: Optimising "in" queries
Previous Message Carlo Stonebanks 2007-08-22 21:09:52 Re: Fast tsearch2, trigram matching on short phrases