forked from babelfish-for-postgresql/babelfish_extensions
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude grant/revoke dbo to master user while creating database/alter…
… authorization on database (babelfish-for-postgresql#2963) Earlier with the fix for BABEL-5119, BABEL-5218, we were granting dbo to the login while creating the database and granting/revoking dbo to/from login while alter authorization on database but it is not required to grant/revoke dbo to/from master user since it will always be member of sysadmin. With this commit, we have excluded granting/revoking dbo to/from master user while creating database or doing alter authorization on database. Issues Resolved Regression of BABEL-5119, BABEL-5218 Signed-off-by: ANJU BHARTI <[email protected]>
- Loading branch information
1 parent
3997e2e
commit 38259e3
Showing
2 changed files
with
35 additions
and
8 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