跳至內容

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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。