-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database_privileges.set_for_roles #3773
Comments
(database_id, role_oid, privileges: privilege[]) => RoleInfo
(database_id, role_oid, privileges: SET<CONNECT|CREATE|TEMPORARY>) => RoleInfo
(database_id, role_oid, privileges: SET<CONNECT|CREATE|TEMPORARY>) => RoleInfo
(database_id, role_oid, privileges: SET<CONNECT|CREATE|TEMPORARY>) => RoleInfo
(database_id, role_oid, privileges: SET<CONNECT|CREATE|TEMPORARY>) => RoleInfo
I did some quick tests to make sure we can do this transactionally. Good news: We can! So, I think we're good to proceed with this function. |
@pavish I updated the spec just a bit to simplify it and make it consistent with other similar functions:
|
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should return
Array<DatabasePrivileges>
DatabasePrivileges
from #3662The text was updated successfully, but these errors were encountered: