当前位置: 代码迷 >> 综合 >> current transaction is aborted, commands ignored until end of transaction block
  详细解决方案

current transaction is aborted, commands ignored until end of transaction block

热度:95   发布时间:2024-02-27 00:17:15.0

使用 DBeaver 手动提交模式 查询 postgres数据库时出现报错:
current transaction is aborted, commands ignored until end of transaction block

原因:
查看历史SQL发现在提交了某个SQL后出现此报错,可能是此条SQL不对,任务没有真正提交,每次都卡在这条SQL上。

解决:
回滚 或者 提交 刚才提交的SQL,清空任务栏中的任务后,再次查看,OK!

  相关解决方案