Re: [pgadmin-support] cannot get Debugger to install on 9.2 on Win7 x-64

2013-02-07 Thread Tim Romano
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

Re: [pgadmin-support] cannot get Debugger to install on 9.2 on Win7 x-64

2013-02-07 Thread Tim Romano
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' > >

[pgadmin-support] cannot get Debugger to install on 9.2 on Win7 x-64

2013-02-06 Thread Tim Romano
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