Re: Has anyone tried out the PL/pgSQL debugger? - Mailing list pgsql-hackers

From Dave Page
Subject Re: Has anyone tried out the PL/pgSQL debugger?
Date
Msg-id 46DE60BD.8060800@postgresql.org
Whole thread Raw
In response to Re: Has anyone tried out the PL/pgSQL debugger?  (John DeSoi <desoi@pgedit.com>)
Responses Re: Has anyone tried out the PL/pgSQL debugger?
Re: Has anyone tried out the PL/pgSQL debugger?
List pgsql-hackers
John DeSoi wrote:
> In some simple tests it seems to work OK with pgAdmin (1.8b3) on OS X.
> There appears to be a pgAdmin bug when you start a debug session on a
> function that has no parameters:
> 
> ERROR: syntax error at or near ")"
> LINE 1: SELECT * FROM myschema.myfunction)
>                                ^

That's odd - I cannot reproduce that on OS X using beta 4 (which has no
important changes in the debugger over beta 3).

Can you provide a simple test case?

Regards, Dave


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: HEAD build troubles, buildfarm misconfigurations
Next
From: tomas@tuxteam.de
Date:
Subject: Re: Per-function GUC settings: trickier than it looked