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

sql: fix privileges for multi-region ALTER DATABASE commands #62453

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

arulajmani
Copy link
Collaborator

Closes #62252

Release note (sql change): A user can use a multi-region ALTER DATABASE
command if:

  • User is an admin user
  • User is the owner of the database.
  • User has CREATE privileges on the database

Closes cockroachdb#62252

Release note (sql change): A user can use a multi-region ALTER DATABASE
command if:
- User is an admin user
- User is the owner of the database.
- User has CREATE privileges on the database
@arulajmani arulajmani requested review from otan, RichardJCai and a team March 23, 2021 14:46
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@arulajmani
Copy link
Collaborator Author

TFTR!

bors r=otan

@craig
Copy link
Contributor

craig bot commented Mar 23, 2021

Build succeeded:

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

Successfully merging this pull request may close these issues.

sql: fix privileges for multi-region ALTER DATABASE commands
3 participants