If you're experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
在pg_catalog.pg_largeobject上执行SELECT查询失败,并出现权限错误。
0
【以下的问题经过翻译处理】 你好,
我正在使用一个框架,需要访问pg_catalog.pg_largeobject,但是主用户好像没有访问该表的权限。
即使执行GRANT SELECT ON pg_catalog.pg_largeobject TO $MASTER_USER也会失败并显示“ERROR: role $MASTER_USER does not exist”。