我试图在
postgresql中查询数据库表,但每次运行以下查询时它都会给我INSUFFICIENT PRIVILEGE错误.可能是这种许可被拒绝错误的原因.另外,我在
windows中使用pgadmin工具来连接
Linux环境中的数据库.以下是我正在运行的查询
原文链接:https://www.f2er.com/postgresql/191646.html> > SELECT appid,hash > FROM app > WHERE appid=1;
ERROR: permission denied for relation app ********** Error ********** ERROR: permission denied for relation app sql state: 42501