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
但是查看用户:
查看表:
role应该存在,请问是为什么?
错误: 角色不存在