-
Notifications
You must be signed in to change notification settings - Fork 613
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
Fix table grant with schema #1315
Fix table grant with schema #1315
Conversation
postgresql::server::grant is a typethat may have no external impact to Forge modules. This module is declared in 70 of 578 indexed public
|
This PR has been marked as stale because it has been open for a while and has had no recent activity. If this PR is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
Hello, yes this is still important as it fixes an issue. Thanks for reviewing ! |
postgresql::server::grant is a typeBreaking changes to this file WILL impact these 2 modules (exact match):Breaking changes to this file MAY impact these 1 modules (near match):This module is declared in 70 of 579 indexed public
|
The EL 8 test failures can be ignored (they also fail without this PR), but I do wonder if you can come up with a test that shows the new behavior. |
Hello! 👋 This pull request has been open for a while and has had no recent activity. We've labelled it with If you are waiting on a response from us we will try and address your comments on a future Community Day. Alternatively, if it is no longer relevant to you please close the PR with a comment. Please note that if a pull request receives no update for 7 after it has been labelled, it will be closed. We are always happy to re-open pull request if they have been closed in error. |
Hello, thanks for the note. I just added a test on this specific case. Thank you for reviewing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vaol Thanks for putting in the work :) |
1 similar comment
@vaol Thanks for putting in the work :) |
There was an issue using
postgresql::server::grant::onlyif_exists = true
and specifying a schemapostgresql::server::grant::object_name = ['myschema', 'mytable']
as the onlyif check was including the schema in the query in pg_* views.