SQL command to stop job in pgAdmin 4

后端 未结 2 1588
生来不讨喜
生来不讨喜 2021-01-13 07:46

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

2条回答
  •  执笔经年
    2021-01-13 08:06

    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

提交回复
热议问题