Postgres ERROR: could not seek to end of file global/1262: Permission denied

Postgres ERROR: could not seek to end of file global/1262: Permission denied

我是 PostgreSQL 新手。

我在 windows 10 桌面计算机上安装了 PostgreSQL 12 并尝试使用 pgAdmin 4 访问它。

我已成功连接到数据库,但在尝试打开模式时,经常出现以下错误:

错误:无法找到文件结尾global/1262:权限被拒绝

参考:

不明白是什么问题

您没有成功安装 PostgreSQL,因为您缺少重要的系统表。

停止服务器,删除数据库目录,然后运行 initdb再次创建一个新的、健康的数据库目录。

我成功安装了PostgreSQL,但是安装数据库目录的驱动器有问题。按照以下步骤更改我当前数据库目录的驱动器对我有用。

https://wiki.postgresql.org/wiki/Change_the_default_PGDATA_directory_on_Windows