0

I can't debug in pgAdmin, I get always an error:

pldbg_get_target_info(unknown, unknown) function don't exist.

I've executed manually this function without problems.

The environment is win7 64, but 32b installation. PG versions are: pgAdmin 1.16.1 and Postgresql 9.2.4.

3
  • Sounds like the PL/PgSQL debugger extension isn't installed in PostgreSQL. Commented May 10, 2013 at 14:38
  • Thanks @craig-ringer, I've this in my postgresql.conf: shared_preload_libraries = '$libdir/plugin_debugger.dll' and this is the right path for plugin_debugger.dll Another idea, please? Commented May 13, 2013 at 8:01
  • Check the logs and see if it actually gets loaded or if there's an error loading it? Commented May 13, 2013 at 9:34

1 Answer 1

3

The problem was that PL/PgSQL debugger extension is installed in a schema different of public, after setting search_path in postgresql.conf to the right schema debugger is ok.

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.