gpt4 book ai didi

postgresql - PgAdmin4 启用调试

转载 作者:行者123 更新时间:2023-11-29 13:15:13 26 4
gpt4 key购买 nike

我无法在 pgAdmin4 中启用调试。我执行了以下操作:1.检查$libdir2.检查plugin_debugger.dll的位置3.修改postgresql.conf并且数据库不会重新启动。

有什么建议我做错了吗?

the steps taken

最佳答案

1) 从 EnterpriseDB website 下载 Postgres 安装程序,它们捆绑了调试器插件。

enter image description here

2) 在postgresql.conf 文件中创建一个条目,

在类 Unix 系统上,

shared_preload_libraries = '$libdir/plugin_debugger.so'

在 Windows 系统上,

shared_preload_libraries = '$libdir/plugin_debugger.dll'

3) 重新启动您的 Postgres 实例。

4) 您必须在维护数据库中创建 pldbgapi 扩展。

引用给定的步骤,

enter image description here

enter image description here

点击保存按钮。

5) 转到您的plpgsql 函数并右键单击它,您将看到“调试”选项。 enter image description here

关于postgresql - PgAdmin4 启用调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50038611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com