Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

PLpgSQL function output parameters

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" ->> Status of the response: Accepted, Failed
"message":{ ->> Message of response
"level":1 ->> Criticity of message: 1-, 2-, 3-
"text": ->> Text of message
"version" ->> Device type: 1-mobile, 2-tablet, 3-web, 4-desktop

Clone this wiki locally