Allow users to show database privs by user instead of db #50

Open
opened 2024-08-13 00:58:27 +02:00 by oysteikt · 1 comment
Owner

show-db-perm currently allows the user to display a table of permissions for one or more databases, but the user might want to see which databases a user has access to instead (in a more granular fashion that what show-users does).

`show-db-perm` currently allows the user to display a table of permissions for one or more databases, but the user might want to see which databases a user has access to instead (in a more granular fashion that what `show-users` does).
oysteikt added the feature request label 2024-08-13 00:58:27 +02:00
Author
Owner

Not sure how best to create a CLI design for this. Maybe defaulting to databases, but if the user sets --user/-u, then the input strings are handled as database users?

Not sure how best to create a CLI design for this. Maybe defaulting to databases, but if the user sets `--user`/`-u`, then the input strings are handled as database users?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/muscl#50