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 23551.1124166917@sss.pgh.pa.us
Whole thread Raw
In response to Re: Any way to see what queries are currently running?  (adey <adey11@gmail.com>)
Responses Re: Any way to see what queries are currently running?  (Chris Hoover <revoohc@gmail.com>)
List pgsql-admin
adey <adey11@gmail.com> writes:
> You could try the following query after enabling the
> stats_command_string parameter in the postgresql.conf file:-

The pg_stat_activity mechanism *does* have a limit on the query
string length it can display, and if memory serves that limit was
not large in 7.3.* --- I'm thinking 256 bytes.

However, the postmaster log doesn't have any hard limit that I'm
aware of, so it seems like Chris' original approach should work.

            regards, tom lane

pgsql-admin by date:

Previous
From: adey
Date:
Subject: Re: Any way to see what queries are currently running?
Next
From: "wisan watcharinporn"
Date:
Subject: table inherit