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

Reduce output of the SHOW GRANTS command #7506

Merged

Conversation

TreeHunter9
Copy link
Contributor

From:

GRANT SELECT, UPDATE (PLG$ACTIVE) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$FIRST_NAME) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$GID) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$GROUP_NAME) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$LAST_NAME) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$MIDDLE_NAME) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$PASSWD) ON PLG$VIEW_USERS TO PUBLIC
GRANT UPDATE (PLG$UID) ON PLG$VIEW_USERS TO PUBLIC
GRANT DELETE, INSERT, SELECT, UPDATE, REFERENCES ON PLG$USERS TO VIEW PLG$VIEW_USERS

To:

GRANT SELECT, UPDATE (PLG$FIRST_NAME, PLG$GID, PLG$GROUP_NAME, PLG$LAST_NAME, PLG$MIDDLE_NAME, PLG$PASSWD, PLG$UID) ON PLG$VIEW_USERS TO PUBLIC
GRANT ALL ON PLG$USERS TO VIEW PLG$VIEW_USERS

src/isql/show.epp Outdated Show resolved Hide resolved
@dyemanov dyemanov self-assigned this Apr 21, 2023
src/isql/show.epp Outdated Show resolved Hide resolved
Copy link
Member

@dyemanov dyemanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no problems with this PR. Unless anyone else objects, I will merge it over the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants