Debugging plpgsql functions

Поиск
Список
Период
Сортировка
От Tomáš Vondra
Тема Debugging plpgsql functions
Дата
Msg-id 947545830.20020909154320@tesmail.cz
обсуждение исходный текст
Ответы Re: Debugging plpgsql functions  (Darren Ferguson <darren@crystalballinc.com>)
Список pgsql-general
Hello everybody,
   is it posssible to use "debugging" on a PostgreSQL server, at least
   for stored procedures. Is there some possibility to use
   breakpoints,, watches etc?

   For example when I'm programming stored procedure on my
   workstation, and I want to use it on a database server, is there a
   possibility for some advanced debugging?

   I haven't found IDE or editor supporting this feature, but I don't
   know if it's caused by impossibility to implement this.

   Tomas



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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Creating tons of tables to support a query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using the right tool