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

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Has anyone tried out the PL/pgSQL debugger?
Дата
Msg-id BD04ADC1-AD27-44ED-9AF7-81C9F2F4846E@pgedit.com
обсуждение исходный текст
Ответ на Re: Has anyone tried out the PL/pgSQL debugger?  (Dave Page <dpage@postgresql.org>)
Ответы Re: Has anyone tried out the PL/pgSQL debugger?  (Dave Page <dpage@postgresql.org>)
Список pgsql-hackers
Hi Dave,

On Sep 5, 2007, at 3:54 AM, Dave Page wrote:

> 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?

I get the same error with this:

create or replace function debug_test(out t text, out i integer)
returns record as $$
begint := 'test 1';i := 10;return;
end;
$$ language plpgsql;


I did the following:

1. Right click the function and chose "Debug" from the "Debugging"  
submenu.
2. Clicked the OK button on the dialog.


Best,

John





John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [PATCHES] Lazy xid assignment V4
Следующее
От: Greg Smith
Дата:
Сообщение: Just-in-time Background Writer Patch+Test Results