File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ PL/Python function "python_traceback"
292
292
SELECT sql_error();
293
293
ERROR: division by zero
294
294
CONTEXT: SQL statement "select 1/0"
295
- PL/pgSQL function "sql_error" line 3 at SQL statement
295
+ PL/pgSQL function "sql_error() " line 3 at SQL statement
296
296
SELECT python_from_sql_error();
297
297
ERROR: spiexceptions.DivisionByZero: division by zero
298
298
CONTEXT: Traceback (most recent call last):
@@ -306,7 +306,7 @@ CONTEXT: Traceback (most recent call last):
306
306
plpy.execute("select sql_error()")
307
307
PL/Python function "python_traceback"
308
308
SQL statement "select python_traceback()"
309
- PL/pgSQL function "python_from_sql_error" line 3 at SQL statement
309
+ PL/pgSQL function "python_from_sql_error() " line 3 at SQL statement
310
310
SELECT sql_from_python_error();
311
311
ERROR: spiexceptions.DivisionByZero: division by zero
312
312
CONTEXT: Traceback (most recent call last):
You can’t perform that action at this time.
0 commit comments