Here is the two-lines howto for PG 9.2 for Windows.
Uncomment and edit postgresql.conf:
shared_preload_libraries = '$libdir/plugin_debugger'
NB: in 9.2 the plugin_debugger.dll is not in the (non-existing)
$libdi/plugins folder.
Restart the server.
Run CREATE EXTENSION pldbgapi;
Cheers,
A.
Hi
Could someone provide a short howto about installing debugger for PostgreSQL
9.1 and 9.2?
Even a couple of lines would be very helpful.
I did not find pldbgapi.sql in the share/contrib folder and the
instructions that one finds online appear outdated.
Thanks in advance.
A.
--
View this m