0

I am trying to find on net and it seems that there is a plugin I need to install which will enable a debug option in pgadmin3 but I can't see any such option.. How can I debug Postgresql stored procedure ?

1

1 Answer 1

1

You'll have to install the pldebugger on the PostgreSQL server.

After you have compiled and installed the extension, you must add plugin_debugger to shared_preload_libraries in postgresql.conf and restart the database server.

Then you can debug functions with pgAdmin.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.