Re: Fetch statements - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Fetch statements
Date
Msg-id 20051216184350.GA7097@winnie.fuhr.org
Whole thread Raw
In response to Fetch statements  (Carlos Benkendorf <carlosbenkendorf@yahoo.com.br>)
Responses Re: Fetch statements
List pgsql-general
On Fri, Dec 16, 2005 at 06:28:03PM +0000, Carlos Benkendorf wrote:
> I´m trying to discover some bad SQL statements in our environment
> but the logs are not helping too much... they say we´ve some very
> bad fetch statements but I don´t know how to discover the
> corresponding SELECT statement...  How can I find them?

What do you mean by "bad"?  Are the statements causing errors, or
are they just taking longer to run than you think they should?  The
following log entry suggests the latter.

> Some example:
> <10.0.1.122(3821) 5072 2005-12-16 10:36:12 BRST FETCH>LOG:  duration: 1855.818 ms  statement: fetch 1 in cur65c

Do your logs contain the DECLARE statement for the cur65c cursor?
If not, are you logging all statements or only those that last
longer than a certain amount of time (log_min_duration_statement)?

--
Michael Fuhr

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: is this a bug or I am blind?
Next
From: Tom Lane
Date:
Subject: Re: Getting a DB password to work without editing pg_hba.conf, possible?