Re: plpgsql debugging

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: plpgsql debugging
Дата
Msg-id 3F5CAAFA.9000203@pse-consulting.de
обсуждение исходный текст
Ответ на Re: plpgsql debugging  (Richard Huxton <dev@archonet.com>)
Ответы Re: plpgsql debugging  (Richard Huxton <dev@archonet.com>)
Список pgsql-hackers
Richard Huxton wrote:

>Actually, a simple trace ability would be a huge step forward. It'd save me 
>dotting RAISE statements around my functions while I write them.
>
Sounds bloody familiar... :-(

> Even the ability to add DEBUG statements that checked some global flag before firing 
>would be very useful (to me at least).
>  
>
I could imagine a DEBUG .... which works like RAISE NOTICE with checking 
for a set variable, and ASSERT which works like RAISE ERROR.

Does anybody expect keyword conflicts from this?

Regards,
Andreas




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: plpgsql doesn't coerce boolean expressions to boolean
Следующее
От: "luke"
Дата:
Сообщение: pgsql vc++|win32