我正在设置PostgreSQL 9.1。我不能对PostgreSQL做任何事情:不能createdb,不能createuser;不能。所有操作均返回错误消息
Fatal: role h9uest does not existh9uest是我的帐户名,我sudo apt-get install在该帐户下使用PostgreSQL 9.1。
该root帐户仍然存在类似错误。
role doesn't exist并且出现错误,can't create role, it already exists请查看以下答案:stackoverflow.com/a/56658832/1689770
                
FATAL: role "user" is not permitted to log in,请查看dba.stackexchange.com/questions/57723/…。