10-11-2021, 05:59 PM
Summary: in this tutorial, you will learn how to report messages and raise errors using the raise statement. In addition, you will learn how to use the assert statement to insert debugging checks into PL/pgSQL blocks.
Reporting messages
To raise a message, you use the raise statement as follows:
Read More : https://reconshell.com/postgresql-errors-and-messages/
Reporting messages
To raise a message, you use the raise statement as follows:
Read More : https://reconshell.com/postgresql-errors-and-messages/