Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?

From: Kevin Field <kevinjamesfield(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Is pl/pgsql debugging broken in PostgreSQL 9.0, or is it just me?
Date: 2010-11-10 17:16:13
Message-ID: ddbc9a93-f2d0-4d93-b107-3d65671d9f79@a30g2000vbt.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi folks,

I had the debugger working in pgAdminIII at one point, some time
before upgrading to 9.0, but as of right now I can't seem to get it
working using the usual steps. I believe it may have something to do
with the DLL not loading correctly, because the following query:

LOAD '$libdir/plugins/plugin_debugger.dll';
show shared_preload_libraries;

...returns a blank row. The DLL is present, and if I change the load
string, it complains, so I'm pretty sure it's finding the DLL okay,
but not successfully loading it. show local_preload_libraries returns
the same thing.

Any ideas?

Thanks,
Kev

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Leandro Daniel Seghezzo 2010-11-10 18:02:28 ERROR
Previous Message Sean Laurent 2010-11-10 16:42:15 Re: Viewing enum values for custom type