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 11:55:15 |
Message-ID: | 937d27e10908030455i1342f1d1j70ac029bfd0892e1@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Please keep the thread on the mailing list or I will have to stop
replying. I do not provide private support.
On Mon, Aug 3, 2009 at 12:49 PM, Petr Vodicka<vodicka(dot)petr(at)email(dot)cz> wrote:
>> What does the SQL query:
>>
>> show shared_preload_libraries;
>>
>> return?
>>
> Weird, only one empty row. So I tried to load library manually with
> LOAD '$libdir/plugins/plugin_debugger.so';. After that LOAD returned,
> so It looks like everything is ok, but still only one empty row returned
> if I enter show shared_preload_libraries; command.
>
> I have local_preload_libraries = 'libdir/plugins/plugin_debugger.so' parameter
> in my postgresql.conf, so I think, that it shoul be loaded after postgresql
> start. But somethink is probably wrong...
>
That should be:
shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Petr Vodicka | 2009-08-03 12:47:58 | Re: Debugging grayed out even pldebugger is installed in postgres |
Previous Message | Dave Page | 2009-08-03 10:02:19 | Re: Debugging grayed out even pldebugger is installed in postgres |