openGauss SQL参考—DBE_PLDEBUGGER Schema:DBE_PLDEBUGGER.local_debug_server_info

DBE_PLDEBUGGER.local_debug_server_info

用于查找当前连接中已经turn_on的存储过程oid。便于用户确认在调试哪些存储过程,需要通过funcoid和pg_proc配合使用。

表 1 local_debug_server_info 返回值列表

名称

类型

描述

nodename

OUT text

节点名称。

port

OUT bigint

端口号。

funcoid

OUT oid

存储过程oid。

posted @ 2024-09-14 15:40  openGauss-bot  阅读(3)  评论(0)    收藏  举报