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.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-6722-Debugger-broken-tp5715919p5733201.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.