Skip to content

t0rjan/postgres

 
 

Repository files navigation

如何调试存储过程

由于我在 13/data/postgresql.conf 这个文件里开启了'plugin_debugger':

shared_preload_libraries = 'plugin_debugger'

在需要调试存储过程的目标数据库中,安装pldbgapi插件

指定某个数据库执行:


create extension pldbgapi;

About

Docker Official Image packaging for Postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.4%
  • Dockerfile 42.6%