diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 4b78679d32d..61ab9325c9e 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -142,6 +142,13 @@ ereport(ERROR, a message text. Also, an optional hint message is provided. + + If the severity level is ERROR or higher, + ereport aborts the execution of the user-defined + function and does not return to the caller. If the severity level is + lower than ERROR, ereport returns normally. + + The available auxiliary routines for ereport are: