Re: Debugging plpgsql functions - Mailing list pgsql-general

From Tom Lane
Subject Re: Debugging plpgsql functions
Date
Msg-id 11861.1031590593@sss.pgh.pa.us
Whole thread Raw
In response to Re: Debugging plpgsql functions  (Darren Ferguson <darren@crystalballinc.com>)
List pgsql-general
Darren Ferguson <darren@crystalballinc.com> writes:
> RAISE NOTICE is your friend for debugging plpgsql functions

Yeah, that's almost the only tool at the moment.  A real debugger, or
even just a trace facility, for plpgsql would be a huge improvement in
usability.  We've batted the idea around once or twice I think, but no
one's tried to design or implement one.

            regards, tom lane

pgsql-general by date:

Previous
From: Jan Ploski
Date:
Subject: Re: Creating tons of tables to support a query
Next
From: Tom Lane
Date:
Subject: Re: AutoCommit mode in PostgreSQL (7.3 beta1 from CVS 05.09.2002)