Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73bc521

Browse files
committed
plpython has plpy.Error instead of plpy.ERROR
Author: Marti Raudsepp <marti@juffo.org>
1 parent54428db commit73bc521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,8 @@ $$ LANGUAGE plpythonu;
954954
<function>plpy.fatal</function> actually raise a Python exception
955955
which, if uncaught, propagates out to the calling query, causing
956956
the current transaction or subtransaction to be aborted.
957-
<literal>raise plpy.ERROR(<replaceable>msg</>)</literal> and
958-
<literal>raise plpy.FATAL(<replaceable>msg</>)</literal> are
957+
<literal>raise plpy.Error(<replaceable>msg</>)</literal> and
958+
<literal>raise plpy.Fatal(<replaceable>msg</>)</literal> are
959959
equivalent to calling
960960
<function>plpy.error</function> and
961961
<function>plpy.fatal</function>, respectively.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp