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

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: "Peter Geoghegan" <peter(dot)geoghegan86(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Debugging Pl/PgSQL functions with the debug contrib module
Date: 2008-04-09 11:27:18
Message-ID: 937d27e10804090427j3a3ff35djb5596620aefbeb03@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 9, 2008 at 12:22 PM, Richard Huxton <dev(at)archonet(dot)com> wrote:
> Peter Geoghegan wrote:
>
> > Richard,
> >
> > I recall that in earlier versions of the PostgreSQL windows binary
> > distribution, I had finer grained control of what modules were
> > installed. The only optional module is now PL/Java, which I don't use,
> > and things like headers and libraries. I cannot specify installing
> > Pl/PgSQL, Pl/Perl etc, or this fabled debugging module for that
> > matter.
> >
>
> Hmm - I seem to remember there being a fairly long list of optional
> modules. Perhaps your download didn't unpack correctly?

If that list isn't there, then the OP is not using the pgInstaller
distro. The contrib modules are all still there on one page, and one
of them (on the bottom right if memory serves) is the debugger plugin.

Regardless of that, the files should still have been installed, so
checkout the README for details of how to setup the debugger in the
server:

http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/edb-debugger/server/README.pldebugger?rev=1.1

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2008-04-09 11:37:54 Re: wrong query result
Previous Message leoabhi 2008-04-09 11:25:15 Re: connecting VB to postgreSQL