ERROR: permission denied for schema in postgres - DBACLASS DBACLASS
PROBLEM: We have granted select privilege on one table of a schema to another user. Even after that the user was getting permission denied error while selecting data. ā Privilege was granted like this PRIMDB=# grant all privileges on table SCOTT.SERVER_LOAD_INFO to prim_user; GRANT Now connect to prim_user and run the select statement: psql -d [ā¦]
postgresql configurationintermediate
by PostgreSQL
29 views