vaol

Results 4 issues of vaol

There was an issue using `postgresql::server::grant::onlyif_exists = true` and specifying a schema `postgresql::server::grant::object_name = ['myschema', 'mytable']` as the onlyif check was including the schema in the query in pg_* views.

community

Hello, I updated from 4.11 to 4.14 with the following input definition: ```puppet filebeat::input { 'syslog': paths => ['/var/log/syslog.json'], ignore_older => '10m', close_older => '10m', scan_frequency => '5s', fields =>...

## Summary Add ADMIN option when granting a role ## Additional Context Add any additional context about the problem here. - [ ] Root cause and the steps to reproduce....

## Use Case Since PostgreSQL16 it became mandatory to have the admin option on a role assignment to be able to manage the role (eg to change the password) ##...