This new release fixes some issues especially in temporary files reports and adds some features.
- Allow pgBadger to parse natively the journalctl command output
- Add new keywords from PG 9.5 for code formating
- Add support to %n log_line_prefix option for Unix epoch (PG 9.6)
There's also some new command line option:
-
Adds --journalctl_cmd option to enable this functionality and set the command. Typically to parse output of PG 9.4 log:
--journalctl_cmd "journalctl -u postgresql-9.4"
to parse output of PG 9.4 log through the journalctl command.
See ChangeLog for the full list of changes/fixes.