Postgresql10+citus,FATAL: role "username" does not exist

新手上路,请多包涵

Ubuntu18.04LTS+postgresql10.17+citus
分表的时候:

postgres=# select create_distributed_table('t01', 'id2');
WARNING:  connection error: localhost:9702
DETAIL:  FATAL:  role "citusr" does not exist
ERROR:  connection error: localhost:9702
DETAIL:  FATAL:  role "citusr" does not exist

但是查看用户:
image.png
查看表:
image.png

role应该存在,请问是为什么?

阅读 1.2k
推荐问题