Re: pl/SQL debugging in PostgreSQL

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pl/SQL debugging in PostgreSQL
Дата
Msg-id 201901251533.lvwqheyhed5b@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pl/SQL debugging in PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
On 2019-Jan-25, Tom Lane wrote:

> Michael Holzman <michaelholzman@gmail.com> writes:
> > What are the ways of development and debugging of pl/SQL code in PG? Any
> > suggestions/hints will be very appreciated.
> 
> The standard low-tech way is to sprinkle RAISE NOTICE (or maybe RAISE LOG)
> actions throughout your function.  The only real alternative I know about
> is EDB's pl/debugger, which I think used to be available standalone but
> these days it seems like they only provide it with the pgAdmin GUI.

There's also a plpgsql debugger in OmniDB:
https://omnidb.org/en/documentation-en/13-debug-plpgsql-functions-en

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pl/SQL debugging in PostgreSQL
Следующее
От: Adam Jensen
Дата:
Сообщение: Re: WAL on zfs Settings