forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
122556: sql/delegate: added external connection info to show grants r=rafiss a=Dedej-Bergin Previously, when we run the SHOW GRANTS command external connection info would not show up. These code changes make it so that we can now see external connection granted privileges with the SHOW GRANTS command. Fixes: cockroachdb#122199 Release note (sql change): external connection granted privileges can now be seen with the SHOW GRANTS command. Co-authored-by: Bergin Dedej <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
11 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
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