current_query column of pg_stat_activity view - Mailing list pgsql-admin

From Tena Sakai
Subject current_query column of pg_stat_activity view
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378EFF8@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: current_query column of pg_stat_activity view  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin

Hi everybody,

I have an application that emits query to postgres
(running v 8.2.4 on Dell Hardware/Redhat enterprise
server) and I want to look at what postgres receives.

The only way I know to do so is to run a view called
pg_stat_activity, which gives me a column called
current_query.  It so happens that the application is
issuing a long query with a few ANDs and what appears
in the current_query column does not seem to be the
whole thing.  Is there any way I can look at the
entire query string?

Thank you.

Tena Sakai
tsakai@gallo.ucsf.edu

pgsql-admin by date:

Previous
From: "Bhella Paramjeet-PFCW67"
Date:
Subject: Pg_statio_user_tables view does not get populated
Next
From: Tom Lane
Date:
Subject: Re: current_query column of pg_stat_activity view