Re: Installing debugger? - Mailing list pgadmin-support

From Ashesh Vashi
Subject Re: Installing debugger?
Date
Msg-id 8cf965d31003111955u680e3555o9828b7ce010b700a@mail.gmail.com
Whole thread Raw
In response to Re: Installing debugger?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Installing debugger?
List pgadmin-support
Hi Josh,

pgAdminIII checks for:
1. The plugin library (plugin_pldebugger.so/plugin_pldebugger.dll) is loaded using 'shared_preload_libraries". You may need to to modify the <DATADIR>/postgresql.conf. (Database Server Restart required).
2. The required functions for pldebugger in postgres database. You can install them using the sql file provided under the debugger module. (pldbgapi.sql)

You may need to restart the pgAdminIII  in order to see the Debugger option.

Hope this helps.

--
Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company

On Fri, Mar 12, 2010 at 5:12 AM, Josh Berkus <josh@agliodbs.com> wrote:
Dave

> Yes, you just need to use a CVS checkout instead of the older tarball,
> or get the binary bundled with any of the EDB installers. The only
> changes have been for compatibility with newer versions of Postgres.

This was extremely hard to make work, and very kludgy.  Might be worth
just saying in the docs that the debugger currently isn't supported
except on EDB and One-Click installs.

Having gone to some trouble to get it installed, however, I find that
the "debugging" option on the pgadmin menu is still greyed out and
inaccessible.  What is pgAdmin looking for?

--Josh Berkus

--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

pgadmin-support by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Installing debugger?
Next
From: Ashesh Vashi
Date:
Subject: Re: Installing debugger?