We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc327108 commit5ae88c6Copy full SHA for 5ae88c6
src/pl/plpython/expected/plpython_error.out
@@ -292,7 +292,7 @@ PL/Python function "python_traceback"
292
SELECT sql_error();
293
ERROR: division by zero
294
CONTEXT: SQL statement "select 1/0"
295
-PL/pgSQL function "sql_error" line 3 at SQL statement
+PL/pgSQL function "sql_error()" line 3 at SQL statement
296
SELECT python_from_sql_error();
297
ERROR: spiexceptions.DivisionByZero: division by zero
298
CONTEXT: Traceback (most recent call last):
@@ -306,7 +306,7 @@ CONTEXT: Traceback (most recent call last):
306
plpy.execute("select sql_error()")
307
PL/Python function "python_traceback"
308
SQL statement "select python_traceback()"
309
-PL/pgSQL function "python_from_sql_error" line 3 at SQL statement
+PL/pgSQL function "python_from_sql_error()" line 3 at SQL statement
310
SELECT sql_from_python_error();
311
312