debugging plpgsql functions - Mailing list pgsql-general

From Chris
Subject debugging plpgsql functions
Date
Msg-id 498A3E4C.6020205@gmail.com
Whole thread Raw
Responses Re: debugging plpgsql functions
List pgsql-general
Hi all,

I have a few plpgsql functions to debug to see why they are slow.

They consist of a bunch of sql statements using new.* / old.* variables
(ie not using "EXECUTE", the sql is being called directly).

Is there a way to capture the actual sql that's being executed with
variables substituted in, or even an easy way to log the variables being
used?

I couldn't see anything in the manual but maybe I missed something - any
pointers appreciated.

I tried http://pgfoundry.org/projects/edb-debugger/ but after loading
the module, the functions wouldn't run properly (can't remember the
error message but I can do it again if need be).

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Sort method: external merge
Next
From: Osvaldo Kussama
Date:
Subject: Re: Elapsed time between timestamp variables in Function