Re: plpgsql debugger (pldbg) absent from 8.4?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Kevin Field <kevinjamesfield(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: plpgsql debugger (pldbg) absent from 8.4?
Date: 2009-04-08 15:26:25
Message-ID: 937d27e10904080826p2b84251xd5e2fd15db80a3dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 8, 2009 at 3:47 PM, Kevin Field <kevinjamesfield(at)gmail(dot)com> wrote:
> On Apr 8, 10:32 am, dp(dot)(dot)(dot)(at)pgadmin(dot)org (Dave Page) wrote:
>> On Wed, Apr 8, 2009 at 2:48 PM, Kevin Field <kevinjamesfi(dot)(dot)(dot)(at)gmail(dot)com> wrote:
>> >> I'll see if I can get an updated build pushed out sometime today.
>>
>> > I finally got around to trying this out using the March 24th build,
>> > and it has the same issue...
>>
>> I just installed it here on a clean VM and I see the docs, the SQL
>> script and all the right libraries. What are you missing?
>
> Well, the 2 DLLs are there, and actually, the SQL file is too, so I
> ran it, and it complained about types already existing, so I took out
> each of those and retried until all that were left were the CREATE OR
> REPLACE FUNCTION lines, and those ran successfully.  But then I got
> the same error again when actually trying to do "Set Breakpoint" in
> pgAdmin.  What else would I check for?

Did you add

shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll'

to postgresql.conf and restart the server per the README?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-08 15:33:38 Re: Array types
Previous Message Greg Stark 2009-04-08 15:20:42 Re: psql \d commands and information_schema