Re: debugging in pgadmin

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org, josep porres <jmporres(at)gmail(dot)com>
Subject: Re: debugging in pgadmin
Date: 2009-03-23 12:37:06
Message-ID: 225304.96135.qm@web23602.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- On Mon, 23/3/09, josep porres <jmporres(at)gmail(dot)com> wrote:

> A lot of time since the last debugging activity.
> I don't remember how to debug. I thought I had to set a
> breaking point in
> the function i want to debug,
> and then call that function.
> I'm doing this, and from another query window, i call
> the function. But it
> returns me the result, but it doesn't stop inside the
> function in order to
> debug it.
> What am i doing wrong?

Perhaps you've not got the pldebugger contrib module installed and run the sql script to create the debug functions?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message josep porres 2009-03-23 12:40:32 Re: debugging in pgadmin
Previous Message Sam Mason 2009-03-23 12:19:44 Re: text column constraint, newbie question