Debug PostgreSQL function using pgAdmin
问题 I refer this to enable the debugger in the PostgreSQL server in order to debugging the plpgsql function by stepping through the codes using the pgadmin. I have already set shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll' in the postgresql.conf , run pldbgapi.sql , and restarted the server. These steps should have been run successfully and plugin_debugger.dll should be loaded successfully as can be verified by using the command show shared_preload_libraries , and I can see the