I am trying to query the database table in postgresql, but every time I run the query below it gives me an INSUFFICIENT PRIVILEGE error. Perhaps the reason for this permission was the rejection of the error. In addition, I use the pgadmin tool on Windows to connect to a Linux database. Below is the request that I run
> > SELECT appid,hash > FROM app > WHERE appid=1;
When executing the same request, I get below Error
ERROR: permission denied for relation app ********** Error ********** ERROR: permission denied for relation app SQL state: 42501
source share