-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8629 from cockroachdb/new_role_options
Updated SQL statements for new role options
- Loading branch information
Showing
19 changed files
with
535 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
You can manage the following privileges for databases and tables: | ||
|
||
Privilege | Levels | ||
----------|------------ | ||
`ALL` | Database, Table | ||
`CREATE` | Database, Table | ||
`DROP` | Database, Table | ||
`GRANT` | Database, Table | ||
`SELECT` | Table | ||
`INSERT` | Table | ||
`DELETE` | Table | ||
`UPDATE` | Table | ||
`ZONECONFIG` | Database, Table |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.