Re: Any way to see what queries are currently running? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Any way to see what queries are currently running?
Date
Msg-id 20100.1124155990@sss.pgh.pa.us
Whole thread Raw
In response to Any way to see what queries are currently running?  (Chris Hoover <revoohc@gmail.com>)
List pgsql-admin
Chris Hoover <revoohc@gmail.com> writes:
> I'm running 7.3.4.  Is there anyway to see the actual sql being run by
> the database via a query?  I am having some problems with long running
> load causing querires from our reporting system.  I have sql logging
> turned on to log the sql statements to my postgres.log file.  However,
> these reporting queries do not appear to be logging the entire query.
> I am only getting the select clause (and I'm not sure if it's all of
> it) but no from or where clause.

That seems exceedingly improbable.  Are you sure you are reading the log
correctly?  If the source queries are formatted as multiple lines, the
log output will be broken across lines too ...

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: vacuumdb -a -f
Next
From: adey
Date:
Subject: Re: Any way to see what queries are currently running?