Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating readonly role and schemas in PostgreSQL #161

Open
a-dekker opened this issue Nov 6, 2023 · 1 comment
Open

Creating readonly role and schemas in PostgreSQL #161

a-dekker opened this issue Nov 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@a-dekker
Copy link

a-dekker commented Nov 6, 2023

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.

@a-dekker a-dekker added the enhancement New feature or request label Nov 6, 2023
@Bastichou
Copy link
Contributor

Hi,

Late reply but still, schema resource management for postgresql is not managed yet. cf. #145

I just forked and started a new branch to support schemas, no ETA but work in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants