跳至内容

Redshift User Permission to View Granted Schema Only in Database Explorer

0

IHAC created a Redshift user, and he wished a way to achieve a reduced view in the database explorer tool when this user connects to Redshift using Workbench/J. That is, if the user is granted to use schema abc only, then in the database explorer tab of Workbench/J, he is only supposed to view this schema, rather than all the schemas now in the Redshift database. Is there a practical way to achieve this?

AWS

已提问 4 年前581 查看次数

1 回答
0

That could be something that is a feature of SQL Workbench/J. Redshift being a server, is returning results to whatever query the client fires, in this case the client being SQL Workbench/J. Note that public schema is always visible to all users.

AWS
专家

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。