Skip to content

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
"version" ->> Device type: 1-mobile, 2-tablet, 3-web, 4-desktop

Clone this wiki locally