Skip to content
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

schema_privileges.list_direct #3778

Closed
Tracked by #3639
pavish opened this issue Aug 23, 2024 · 0 comments · Fixed by #3782
Closed
Tracked by #3639

schema_privileges.list_direct #3778

pavish opened this issue Aug 23, 2024 · 0 comments · Fixed by #3782

Comments

@pavish
Copy link
Member

pavish commented Aug 23, 2024

Request/Response similar to #3662

Request params:

database_id: Database['id']
schema_oid: Schema['oid']

Response:

Array<SchemaPrivilegesForRole>
interface SchemaPrivilegesForRole {
  role: Role['oid'],
  direct: Set<'USAGE' | 'CREATE'>,
  // inherited: Set<'USAGE' | 'CREATE'> - not needed for now
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant