Success.
One must go into the configuration in pgAdmin (Tools menu, Server
Configuration) and *enable* the shared_preload_libraries item by checking
the checkbox next to it, save the config, and then stop/restart the
database service.
Tim
On Thu, Feb 7, 2013 at 5:38 AM, Tim Romano wrote
3:53 AM, Dave Page wrote:
> On Wed, Feb 6, 2013 at 7:58 PM, Tim Romano
> wrote:
> > I followed the steps to enable the debugger:
> >
> > 1. Modified the postgresql.conf file as directed
> shared_preload_libraries =
> > '$libdir/plugin_debugger.dll'
> >
I followed the steps to enable the debugger:
1. Modified the postgresql.conf file as directed shared_preload_libraries =
'$libdir/plugin_debugger.dll'
2. Stopped and restarted the database service.
3. Ran CREATE EXTENSION pldbgapi in the database where I'm writing the
functions. It reported succes