提交 8d00ab63 编写于 作者: R Robert Haas

doc: Explain that ereport doesn't return for ERROR or higher levels.

Christophe Pettus
上级 2aac3399
......@@ -142,6 +142,13 @@ ereport(ERROR,
a message text. Also, an optional <quote>hint</> message is provided.
</para>
<para>
If the severity level is <literal>ERROR</> or higher,
<function>ereport</> aborts the execution of the user-defined
function and does not return to the caller. If the severity level is
lower than <literal>ERROR</>, <function>ereport</> returns normally.
</para>
<para>
The available auxiliary routines for <function>ereport</> are:
<itemizedlist>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册