We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GRANT OPTION
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
GRANT OPTION is not tested on vault tests and some others:
vault
postgres/nix/tests/expected/vault.out
Lines 28 to 37 in f670f7d
For reference, GRANT OPTION is added like
grant select, delete, truncate, references on vault.secrets, vault.decrypted_secrets to postgres with grant option;
Not testing this can cause regressions.
Add GRANT OPTION to all db object privilege tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
GRANT OPTION is not tested on
vault
tests and some others:postgres/nix/tests/expected/vault.out
Lines 28 to 37 in f670f7d
For reference, GRANT OPTION is added like
Not testing this can cause regressions.
Solution
Add GRANT OPTION to all db object privilege tests.
The text was updated successfully, but these errors were encountered: