How do I view the parameters of a running query?

From: bryan castillo <rook_5150(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: How do I view the parameters of a running query?
Date: 2008-05-07 14:51:30
Message-ID: 103519.50713.qm@web55914.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


How can I find out what the parameters are of a running prepared query?

If I look at pg_stat_activity I can see the query, however I don't know what parameters the prepared statement is using.

-[ RECORD 3 ]-+------------------------------------------------------
datid | 16391
datname | warehouse
procpid | 22428
usesysid | 16387
usename | mechturk
current_query | select count(*) from hit.assignment where answer = $1
waiting | f
xact_start | 2008-05-07 07:38:23.985758-07
query_start | 2008-05-07 07:38:23.989455-07
backend_start | 2008-05-07 07:38:23.828444-07
client_addr | 127.0.0.1
client_port | 43664

Thanks.

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Browse pgsql-admin by date

  From Date Subject
Next Message CZUCZY Gergely 2008-05-07 14:52:26 Re: column: on update update?
Previous Message Michael Monnerie 2008-05-07 14:49:03 Re: column: on update update?