8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aac339 commit 8d00ab6Copy full SHA for 8d00ab6
doc/src/sgml/sources.sgml
@@ -142,6 +142,13 @@ ereport(ERROR,
142
a message text. Also, an optional <quote>hint</> message is provided.
143
</para>
144
145
+ <para>
146
+ If the severity level is <literal>ERROR</> or higher,
147
+ <function>ereport</> aborts the execution of the user-defined
148
+ function and does not return to the caller. If the severity level is
149
+ lower than <literal>ERROR</>, <function>ereport</> returns normally.
150
+ </para>
151
+
152
<para>
153
The available auxiliary routines for <function>ereport</> are:
154
<itemizedlist>
0 commit comments