darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.55k stars 352 forks source link

Missing Semicolon with --dump-all-queries #645

Closed mr-deamon closed 3 years ago

mr-deamon commented 3 years ago

Hi Darold I am parsing my Logs with the --dump-all-queries and all looks good. All but a missing semicolon at the end of each line.

As i understood you here https://github.com/darold/pgbadger/issues/60#issuecomment-12805195 pgbadger should add the semicolon in the parsing-process, shouldn't it? The Semicolon is not present in the source-logfile as well.

Thanks for your answer! Chris

darold commented 3 years ago

Commit 5484b82 might solve this issue.

mr-deamon commented 3 years ago

That makes sense. Thanks for commiting, will test soon (not this week though)