While trying to access my PostgreSQL database I get an error:
An error has occurred:
16:34:13: Error: ERROR: permission denied for relation account_account_account_tag
What is the problem? How to solve this error?
While trying to access my PostgreSQL database I get an error:
An error has occurred:
16:34:13: Error: ERROR: permission denied for relation account_account_account_tag
What is the problem? How to solve this error?
Your question seems quite similar to the following question. See whether it helps or not - ERROR: permission denied for relation tablename on Postgres while trying a SELECT as a readonly user