为什么在sudo中不允许postgresql pg_转储,这会产生拒绝权限错误?即使是根用户也无法进行pg_转储? 最佳答案 在执行转储时,使用psql -U postgres [other options] databasename以超级用户身份连接到数据库。数据库用户不同于操作系统用户。