Re: Debugging Pl/PgSQL functions with the debug contrib module

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Debugging Pl/PgSQL functions with the debug contrib module
Дата
Msg-id 47FC9B48.6090704@archonet.com
обсуждение исходный текст
Ответ на Debugging Pl/PgSQL functions with the debug contrib module  ("Peter Geoghegan" <peter.geoghegan86@gmail.com>)
Ответы Re: Debugging Pl/PgSQL functions with the debug contrib module
Список pgsql-general
Peter Geoghegan wrote:
> Hello,
>
> I'm developing a large postgreSQL database front end application on
> win32. I'd consider the ability to debug Pl/PgSQL functions highly
> desirable. Until now, I've been using RAISE NOTICE debugging, which is
> equivalent to printf debugging, and is sub optimal.

"Sub optimal" is the polite way of saying it :-)

> It is installed as a contrib module with the Windows distribution of
> PostgreSQL 8.3 and above". When I recently installed postgreSQL 8.3.1
> from the win32 MSI binary distribution, there was no reference to this
> contrib module. There was also no reference to it in the bundled
> "stack builder" application. What did I miss?

It should be one of the optional items to install (like pl/perl or
crypto etc) - there's a screen of tickboxes at some point during the
install.

I'd re-run the installer and see if it lets you add the module. Oh, turn
paranoid mode on first of course and backup your databases.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: connecting VB to postgreSQL
Следующее
От: "Peter Geoghegan"
Дата:
Сообщение: Re: Debugging Pl/PgSQL functions with the debug contrib module