目前,如果出现错误,我在 PL/Python 过程中有这样的回溯psql
,它导入 Python 模块并从中调用一些函数:
ERROR: AssertionError:
CONTEXT: Traceback (most recent call last):
PL/Python function "tempo_timeintervalset_contains", line 6, in <module>
TimeIntervalSet.from_json(timeintervalset))
PL/Python function "tempo_timeintervalset_contains", line 209, in __contains__
PL/Python function "tempo_timeintervalset_contains", line 106, in _walk
PL/Python function "tempo_timeintervalset_contains", line 41, in _evaluate
PL/Python function "tempo_timeintervalset_contains", line 200, in callback
PL/Python function "tempo_timeintervalset_contains", line 91, in __contains__
PL/Python function "tempo_timeintervalset_contains"
我尝试设置log_error_verbosity = verbose
并postgresql.conf
设置此环境变量PYTHONVERBOSE=1 PYTHONDEBUG=1
。没有任何帮助。
谁知道,如果可能的话,如何将它设置得更详细?