-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: populate information_schema.role_routine_grants with builtins
Backport resolves #84297. This commit populates information_schema.role_routine_grants with builtin functions. To match what postgres has, and since we don't have a concept of privileges for builtin functions yet(anyone can call builtins), two `grantee`s (root, PUBLIC) are used with `EXECUTE` privilege not grantable. Release note (sql change): information_schema.role_routine_grants is now populated properly with both builtin functions and user-defined functions. Release justification: low risk GA blocker.
- Loading branch information
1 parent
58589fd
commit 8107bc5
Showing
2 changed files
with
157 additions
and
3 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