Re: Debugging grayed out even pldebugger is installed in postgres

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Petr Vodicka <vodicka(dot)petr(at)email(dot)cz>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Debugging grayed out even pldebugger is installed in postgres
Date: 2009-08-03 13:06:38
Message-ID: 937d27e10908030606h52772cf4k908ef5429786991e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Aug 3, 2009 at 1:47 PM, Petr Vodicka<vodicka(dot)petr(at)email(dot)cz> wrote:

>> That should be:
>>
>> shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
>>
>
> That was the problem. Now "show shared_preload_libraries;" command returns:
>
>      shared_preload_libraries
> ------------------------------------
>  $libdir/plugins/plugin_debugger.so
> (1 row)
>
> and debugging in pgAdminIII is working.
>
>
> Thank you for your help. I would not be able to make it working without you.

You're welcome - glad it's working now.

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Madis Pärn 2009-08-03 14:51:27 Re: pgadmin goes to infinite loop
Previous Message Petr Vodicka 2009-08-03 12:47:58 Re: Debugging grayed out even pldebugger is installed in postgres