164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DBE_PLDEBUGGER-turn_off.md 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2021-06-09 17:38 . fix bugs

DBE_PLDEBUGGER.turn_off

用于去掉turn_on添加的调试标记,返回值表示成功或失败。可通过DBE_PLDEBUGGER.local_debug_server_info查找已经turn_on的存储过程oid。

函数原型为:

DBE_PLDEBUGGER.turn_off(Oid)
RETURN boolean;

表 1 turn_off 入参和返回值列表

名称

类型

描述

func_oid

IN oid

函数oid

turn_off

OUT boolean

turn off是否成功

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.1.0

搜索帮助