Recreated view in postgress, errors appeared in the project
SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied for relation table213 CONTEXT: PL/pgSQL
in navikat all requests pass, mb need to restart the database?
Recreated view in postgress, errors appeared in the project
SQLSTATE[42501]: Insufficient privilege: 7 ERROR: permission denied for relation table213 CONTEXT: PL/pgSQL
in navikat all requests pass, mb need to restart the database?
Source: https://ru.stackoverflow.com/questions/543575/
All Articles
grant select on view_name to user_name
- Mike