Re: Not able to run Debugger

2019-05-08 Thread Murtuza Zabuawala
Hi, 1. Update postgresql.conf like: *shared_preload_libraries = '$libdir/plugin_debugger.dll'* 2. Restart PostgreSQL service for the new setting to take effect. 3. Open query tool against your maintenance database and run the following CREATE EXTENSION pldbgapi; OR You can create the extensio

Not able to run Debugger

2019-05-08 Thread mickey
pgAdmin now up to 4.6 Postgres 9.6 Windows 7 Pro I had trouble getting the debugger running about 6 weeks ago, posted a query, tried the suggestions, got no joy, got distracted by other tasks. Am now back at it. I have deleted and recreated the debugger extension. I have deleted and reinstalled