Hi, On Wed, Feb 26, 2020 at 9:17 PM S.Bob <sbob@xxxxxxxxxxxxxxxxxxxxx> wrote: > > We have a client that logs all statements with : > > log_statement = 'all' > > However they also have left log_min_duration_statement disabled: > > log_min_duration_statement = -1 > > > When I attempt to parse a report with pgbadger like this: > > pgbadger -o postgres-Mon.html ./postgres-Mon.log > > > It parses zero queries, even though the query data is there, just that > it was logged via log_statement = 'all' instead of via setting > log_min_duration_statement = x > > > Is there any way to force pgbadger to pick up / reckognize the logges > queries? According to https://github.com/darold/pgbadger/, it's not possible: "Do not enable log_statement as its log format will not be parsed by pgBadger.".