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
Release note (sql change): Introduce GLOBAL privileges.
These are privileges that live above the database level.
Example: GRANT SYSTEM MODIFYCLUSTERSETTING TO foo
Currently MODIFYCLUSTERSETTING is the only global privilege,
it allows users to query the crdb_internal.cluster_settings table.
Note from Rafi: In the docs, we might want to make clear that “global” privileges means “cluster-wide” and has no relation to “global” in the multiregion sense.
Richard Loveland (rmloveland) commented:
See also the following docs PR that depends on this work: #15094
I will be taking over that PR at request of Stephanie Bodoff
Exalate commented:
Related PR: cockroachdb/cockroach#82166
Commit: cockroachdb/cockroach@430babc
—
Release note (sql change): Introduce GLOBAL privileges.
These are privileges that live above the database level.
Example:
GRANT SYSTEM MODIFYCLUSTERSETTING TO foo
Currently
MODIFYCLUSTERSETTING
is the only global privilege,it allows users to query the
crdb_internal.cluster_settings
table.Note from Rafi: In the docs, we might want to make clear that “global” privileges means “cluster-wide” and has no relation to “global” in the multiregion sense.
Jira Issue: DOC-4597
The text was updated successfully, but these errors were encountered: