Re: Has anyone tried out the PL/pgSQL debugger?

From: Dave Page <dpage(at)postgresql(dot)org>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: "korry(dot)douglas" <korry(dot)douglas(at)enterprisedb(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Has anyone tried out the PL/pgSQL debugger?
Date: 2007-09-05 07:54:37
Message-ID: 46DE60BD.8060800@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tomas 2007-09-05 07:56:48 Re: Per-function GUC settings: trickier than it looked
Previous Message Tom Lane 2007-09-05 05:37:16 Re: HEAD build troubles, buildfarm misconfigurations