You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xavier Torret edited this page May 26, 2022
·
4 revisions
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