Re: Has anyone tried out the PL/pgSQL debugger? - Mailing 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: [email protected]
Date:
Subject: Re: Per-function GUC settings: trickier than it looked