提问人:ufk 提问时间:12/27/2022 更新时间:12/27/2022 访问量:346
vscode 显示 PostgreSQL 查询执行错误,但未显示详细信息
vscode shows postgresql query execution error but not the detail
问:
我正在将 vscode 1.74.2 与 SQLTools 扩展 v0.26.0 和 postgresql 15 一起使用。
当我运行导致错误的查询时,它会在多个命名空间中返回错误输出,例如,在我的情况下,当我运行我创建的函数返回错误的结果类型时,它分为 3 个部分:psql
ERROR: structure of query does not match function result type
DETAIL: Returned type numeric does not match expected type integer in column 11.
CONTEXT: SQL statement "..."
当我在 vscode 中运行该查询时,它只显示:ERROR
当我查看 SQL 控制台消息时,它只显示错误:
我还想查看错误的详细信息,我该怎么做?
答: 暂无答案
评论