Re: monitoring sql queries - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: monitoring sql queries
Date
Msg-id 20111117163225.GA15646@depesz.com
Whole thread Raw
In response to monitoring sql queries  ("J.V." <jvsrvcs@gmail.com>)
Responses Re: monitoring sql queries  ("Tomas Vondra" <tv@fuzzy.cz>)
Re: monitoring sql queries  ("J.V." <jvsrvcs@gmail.com>)
List pgsql-general
On Thu, Nov 17, 2011 at 09:29:11AM -0700, J.V. wrote:
> I am in need of a tool or method to see each/every SQL query that
> hits the PostgreSQL database.  By query I mean the query in SQL
> syntax with all the parameters passed.
>
> What I want to do is:
>     1) see the query
>     2) Determine how long the query takes to execute
>     3) Possibly log both of the above to a log file
>
> Is there any tool internal to PostgreSQL that would allow me to do this?
>
> I cannot monitor it from the code that is actually connecting &
> sending the query.
>
> any help or pointers would be greatly appreciated.

just enable logging of queries.

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

pgsql-general by date:

Previous
From: "J.V."
Date:
Subject: monitoring sql queries
Next
From: "Tomas Vondra"
Date:
Subject: Re: monitoring sql queries