Re: regarding debugging?

Поиск
Список
Период
Сортировка
От SunWuKung
Тема Re: regarding debugging?
Дата
Msg-id MPG.1e4ddb296e3fdb9f98968c@news.postgresql.org
обсуждение исходный текст
Ответ на regarding debugging?  (AKHILESH GUPTA <akhilesh.davim@gmail.com>)
Список pgsql-general
In article <C00437CF.3F9D0%scott_ribe@killerbytes.com>,
scott_ribe@killerbytes.com says...
> > where we can check the execution of our program or we can dry run our code, is
> > there aby option or feature with PGSQL for the same purpose that we can check
> > our PGSQL statements?
>
> No, unfortunately not. What I do is:
>
> - error check everything you can, and use RAISE EXCEPTION with descriptive
> error messages
>
> - come up with test cases to exercise all branches of code
>
> - print useful debugging info while tracking down problems
>
>
>
EMS Postgresql Manager has a debugger in it. Its not perfect but still
it is quite useful.

B.

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

Предыдущее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: PgSQL as part of commercial product
Следующее
От: Rikard Pavelic
Дата:
Сообщение: grouping of functions