Re: [GENERAL] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Shakti Singh
Thanks Adrian, This is exactly what I am experiencing. I will track these issues for resolution. Shakti Singh On Wed, Dec 14, 2016 at 2:59 PM, Adrian Klaver wrote: > On 12/14/2016 09:38 AM, Shakti Singh wrote: > >> Thanks Adrian, >> >> Yes, I did all this. The OS

Re: [GENERAL] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Adrian Klaver
On 12/14/2016 09:38 AM, Shakti Singh wrote: Thanks Adrian, Yes, I did all this. The OS is Windows 2012 R2 64 bit. I am logging in using postgres user, which is the super user for the database. The shared_preload_libraries = '$libdir/plugin_debugger' (The dll resides in the "lib" directory)

Re: [GENERAL] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Shakti Singh
Thanks Adrian, Yes, I did all this. The OS is Windows 2012 R2 64 bit. I am logging in using postgres user, which is the super user for the database. The shared_preload_libraries = '$libdir/plugin_debugger' (The dll resides in the "lib" directory) I restarted the server by restarting the

Re: [GENERAL] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Adrian Klaver
On 12/14/2016 05:19 AM, Shakti Singh wrote: Hi, I am working on a POC to port Oracle database to PostGreSQL. I am trying to debug a function in pgAdmin 4 after enabling debugger. The Debugger window that opens in pgAdmin 4 for a function does not show any function code because of which I

[GENERAL] PostgreSQL 9.6.1: Debug window does not load function sql

2016-12-14 Thread Shakti Singh
Hi, I am working on a POC to port Oracle database to PostGreSQL. I am trying to debug a function in pgAdmin 4 after enabling debugger. The Debugger window that opens in pgAdmin 4 for a function does not show any function code because of which I cannot put a break point. Any help is appreciated.