暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

PostgreSQL 15 preview - plpgsql debugger 插件扩展接口

原创 digoal 2022-01-20
476

作者

digoal

日期

2022-04-01

标签

PostgreSQL , pldebugger


PostgreSQL 15 增加exec_assign_value, exec_eval_datum, and exec_cast_value, 方便pldebugger调用.

https://github.com/EnterpriseDB/pldebugger

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=53ef6c40f1e7ff6c9ad9a221cd9999dd147ec3a2

Expose a few more PL/pgSQL functions to debugger plugins.  
author  Tom Lane <tgl@sss.pgh.pa.us>      
Thu, 31 Mar 2022 21:05:47 +0000 (17:05 -0400)  
committer   Tom Lane <tgl@sss.pgh.pa.us>      
Thu, 31 Mar 2022 21:05:47 +0000 (17:05 -0400)  
commit  53ef6c40f1e7ff6c9ad9a221cd9999dd147ec3a2  
tree    b203532a3150a1e7a28b86fc3ebc37e9b9a99986    tree  
parent  9f91344223aad903ff70301f40183691a89f6cd4    commit | diff  
Expose a few more PL/pgSQL functions to debugger plugins.  
Add exec_assign_value, exec_eval_datum, and exec_cast_value  
to the set of functions a PL/pgSQL debugger plugin can  
conveniently call.  This allows more convenient manipulation  
of the values of PL/pgSQL function variables.  

期望 PostgreSQL 增加什么功能?

PolarDB for PostgreSQL云原生分布式开源数据库

PostgreSQL 解决方案集合

德哥 / digoal's github - 公益是一辈子的事.

digoal's wechat

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论