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

GRANT USAGE ON SCHEMA returns Invalid privilege type #13206

Closed
xxchan opened this issue Nov 2, 2023 · 1 comment
Closed

GRANT USAGE ON SCHEMA returns Invalid privilege type #13206

xxchan opened this issue Nov 2, 2023 · 1 comment
Labels
type/bug Something isn't working
Milestone

Comments

@xxchan
Copy link
Member

xxchan commented Nov 2, 2023

Describe the bug

No response

Error message/log

No response

To Reproduce

dev=> CREATE USER not_owner; CREATE SCHEMA barfoo; GRANT USAGE ON SCHEMA barfoo TO not_owner;
CREATE_USER
CREATE_SCHEMA
ERROR:  QueryError: Bind error: Invalid privilege type for the given object.

Expected behavior

No response

How did you deploy RisingWave?

homebrew binary

The version of RisingWave

1.3.0

Additional context

No response

@xxchan xxchan added the type/bug Something isn't working label Nov 2, 2023
@github-actions github-actions bot added this to the release-1.5 milestone Nov 2, 2023
@xxchan
Copy link
Member Author

xxchan commented Nov 2, 2023

It seems this is already fixed by #13033

@xxchan xxchan closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant