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
Introduced a new CREATEDB role option. This grants non-admin roles the ability to create new databases. It can be conferred via ALTER ROLE <role> CREATEDB and revoked via ALTER ROLE <role> NOCREATEDB. [#52831][#52831] {% comment %}doc{% endcomment %}
The text was updated successfully, but these errors were encountered:
PR: cockroachdb/cockroach#52831
From release notes:
The text was updated successfully, but these errors were encountered: