PostgreSQL 11 - Procedures

后端 未结 2 1970
一向
一向 2020-12-21 03:58

With the latest update of PostgreSQL supporting procedures. The official blog, quoted that \"As opposed to functions, procedures are not required to return a val

2条回答
  •  天命终不由人
    2020-12-21 04:11

    How about using the RAISE statement?

    https://www.postgresql.org/docs/10/static/plpgsql-errors-and-messages.html

提交回复
热议问题