Error while executing procudure with rollback in postgresql database #16059
Replies: 2 comments
-
Hello @93910676wangd Unfortunately can't reproduce your issue. Maybe this topic can help: https://dba.stackexchange.com/questions/61650/postgres-is-stuck-in-recovery-mode |
Beta Was this translation helpful? Give feedback.
-
why Navicat or pgadmin4 tool is no problem |
Beta Was this translation helpful? Give feedback.
-
System information:
Connection specification:
PostgreSQL JDBC Driver
Describe the problem you're observing:
Executing the following statement with DBeaver tool will cause PostgreSQL DB exception

CALL "TEST_A"();
DB log:the database system is in recovery mode
the rollback statement will cause exceptions
However, other tools such as Navicat or pgadmin4 will not introduce exceptions
It won't work to execute commands directly with psql, so it is judged that it is a bug in the DBeaver. Please confirm and fix it
Steps to reproduce, if exist:
Include any warning/errors/backtraces from the logs
postgresql db log: *the database system is in recovery mode
2022-01-19 17:21:30.840 CST [29227] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.851 CST [29228] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.862 CST [29229] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.924 CST [29237] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.930 CST [29240] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.936 CST [29242] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.942 CST [29245] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.954 CST [29249] FATAL: データベースシステムはリカバリモードです
2022-01-19 17:21:30.961 CST [29252] FATAL: データベースシステムはリカバリモードです
Beta Was this translation helpful? Give feedback.
All reactions