debugging - Postgresql debugger issue -


i can't debug in pgadmin, error:

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

i've executed manually function without problems.

the environment win7 64, 32b installation. pg versions are: pgadmin 1.16.1 , postgresql 9.2.4.

the problem pl/pgsql debugger extension installed in schema different of public, after setting search_path in postgresql.conf right schema debugger ok.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -