Debug PostgreSQL function using pgAdmin

后端 未结 3 1366
不思量自难忘°
不思量自难忘° 2021-01-31 01:07

I refer this to enable the debugger in the PostgreSQL server in order to debugging the plpgsql function by stepping through the codes using the pgadmin.

I have already

3条回答
  •  孤独总比滥情好
    2021-01-31 02:07

    I had the same problem. Make sure the only shared lib you´re loading in the postgres.conf is the debugger. Nothing else. Not even the profiler. If you get a SSL error when trying to debug a function, reconnect to the server.

提交回复
热议问题