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.
Name |
Type |
Description |
---|---|---|
nodename |
OUT text |
Node name |
port |
OUT bigint |
Port number |
funcoid |
OUT oid |
Stored procedure OID |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.