Help Center/ GaussDB/ Distributed_8.x/ Schemas/ DBE_PLDEBUGGER Schema/ DBE_PLDEBUGGER.local_debug_server_info
Updated on 2024-06-03 GMT+08:00

DBE_PLDEBUGGER.local_debug_server_info

This function is used to query the OID of the stored procedure that has been turned on in the current connection. You can use funcoid and pg_proc together to determine which stored procedures are to be debugged, as described in Table 1.

Table 1 local_debug_server_info returned return values

Name

Type

Description

nodename

OUT text

Node name.

port

OUT bigint

Port number.

funcoid

OUT oid

Stored procedure OID.