You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to create a read-only role, is there any way to do this? We can create a read-write user by granting create (which results in a grant create on database dbname to user "user-readwrite"), but granting select is not possible in this context, I think we need schema/table grants for that.
Furthermore we would like to create and use schemas, but I see no clue if (is yes, how) this could be applied.
The text was updated successfully, but these errors were encountered:
We would like to create a read-only role, is there any way to do this? We can create a read-write user by granting create (which results in a
grant create on database dbname to user "user-readwrite"
), but granting select is not possible in this context, I think we need schema/table grants for that.Furthermore we would like to create and use schemas, but I see no clue if (is yes, how) this could be applied.
The text was updated successfully, but these errors were encountered: