Answer the question
In order to leave comments, you need to log in
How to install and configure pldbgapi on Windows or debug a 3rd party application?
Advise the manual for installing / configuring pldbgapi under wine. I found information, but there is everywhere ubunta.
We need exactly adequate instructions on how to do it step by step in order to start everything.
In general, it is planned to debug a third-party application in C # that calls SQL functions. Maybe there is another software solution or is this method relevant?
Answer the question
In order to leave comments, you need to log in
On Windows, everything is set quite simply:
CREATE EXTENSION IF NOT EXIST pldbgapi;
And add to postgresql. conf :
shared_preload_libraries = 'path//plugin_debugger.dll'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question