Skip to content

PLpgSQL function output parameters

Daniel Marín edited this page Jul 8, 2026 · 1 revision

In this page you can find the common PLpgSQL function output parameters (status, message, version):

"status":"Accepted", ->> Status of the response: Accepted, Failed
"message":{ ->> Message of response
"level":1, ->> Criticity of message: 0-OK, 1-WARNING, 2-ERROR
"text": "Hello world"}, ->> Text of message
"version":"3.5.024" ->> Backend version

Clone this wiki locally