SQL command to stop job in pgAdmin 4

流过昼夜 提交于 2019-12-01 05:26:28

问题


I have a Postgres 9.6 installation on a developer pc and a restore seems to have failed. Even after reinstalling (remove Postgres and PgAdmin completely, incl. database and installed new version) the boxes are popping up (even though these tables do not even exist anymore). How to remove these scheduled jobs? Is there an SQL statement to stop these?


回答1:


Found solution: This problem is related to the pgadmin.db. Just remove the file and the error is gone (but you also have to reenter all passwords etc.). The problem is that this file is not removed when uninstalling postgres/pgadmin. It can be found in

C:\Users\YourUsername\AppData\Roaming\pgAdmin




回答2:


another solution is to open the file pgadmin.db with SQLite Manager (A firefox extension) and remove all rows in the table process



来源:https://stackoverflow.com/questions/40679353/sql-command-to-stop-job-in-pgadmin-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!