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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Has anyone tried out the PL/pgSQL debugger?
Дата
Msg-id 46DE60BD.8060800@postgresql.org
обсуждение исходный текст
Ответ на Re: Has anyone tried out the PL/pgSQL debugger?  (John DeSoi <desoi@pgedit.com>)
Ответы Re: Has anyone tried out the PL/pgSQL debugger?  (John DeSoi <desoi@pgedit.com>)
Re: Has anyone tried out the PL/pgSQL debugger?  (John DeSoi <desoi@pgedit.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HEAD build troubles, buildfarm misconfigurations
Следующее
От: tomas@tuxteam.de
Дата:
Сообщение: Re: Per-function GUC settings: trickier than it looked