Gilles Darold

Results 347 comments of Gilles Darold

Won't be fixed, I don't know how i can fix that.

Can you post a log sample and you want to see in the report so that I can see how and what pgAudit is logging?

Hi, pgBager is already able to do that, this is just that the pg_audit format is not supported.

If you want to generate a report for a specific day you just have to give the day binary files as input, for example: ``` pgbadger -o myreportdir/ data/2022/02/02/*.bin ```...

Despite what I've though there is no multiprocess used for report generation, this could be an improvement.

You can limit the memory by reducing the top number of element stored and the max query length, for example: ` -t 15 -m 2048`

If you can send the *.bin files required to reproduce your issue to my private email I will try to see what could be improved in pgbadger otherwise I'm afraid...

I still not agree that a docker file is useful for a standalone Perl script without dependency. However if some one is interested I will keep this PR opened.

Again I don't see the interest to use docker to run a Perl script. Maybe the main reason I see is to run pgbadger on operating systems that do not...

This is the responsibility of the maintainers to accept or not a feature request in an opensource project, docker in itself doesn't add anything to pgBadger this is why I...