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

From: "Paolo Saudin" <paolo(at)ecometer(dot)it>
To: <pgsql-general(at)postgresql(dot)org>
Subject: R: Debugging Pl/PgSQL functions with the debug contrib module
Date: 2008-04-09 11:01:53
Message-ID: 002f01c89a31$1f06e640$5d14b2c0$@it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>-----Messaggio originale-----
>Da: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] Per conto di Peter Geoghegan
>Inviato: mercoledì 9 aprile 2008 12.50
>A: Richard Huxton
>Cc: pgsql-general(at)postgresql(dot)org
>Oggetto: Re: [GENERAL] Debugging Pl/PgSQL functions with the debug contrib
module
>
>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.
>
>This isn't the first time I encountered weirdness with the installer.
>I recall that when I went to build libpq about 8 months ago, the
>installer said it installed headers and libraries, which it simply did
>not.
>
>Having gone through the 8.3.1 MSI installer meticulously, it is
>abundantly clear that this module is unavailable. I uninstalled the
>last version, 8.3.0, and installed 8.3.1 today. I recall that in the
>8.3.0 installer, I could specify that I wanted the module, and I did,
>but it didn't work, just as the 8.3.1 installer didn't work as
>described in my original e-mail.That being the case, how should I
>proceed?
>
>Thanks,
>Peter Geoghegan
>
>--
>Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-general

I just installed Postgresql 8.3.1 on a fresh machine and in the step 'Enable
contrib modules', you can select plDebugger option to enable the debugger.

Paolo Saudin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2008-04-09 11:22:04 Re: Debugging Pl/PgSQL functions with the debug contrib module
Previous Message Peter Geoghegan 2008-04-09 10:50:09 Re: Debugging Pl/PgSQL functions with the debug contrib module