Closed fljdin closed 3 years ago
Hi, commit 808d22f adds the detection of this new placeholder in the log line prefix. For the moment it does nothing, I don't see a real use of this value in pgbadger outside perhaps being displayed with the Top sample queries for log search.
With PostgreSQL 14, a new wildcard
%Q
will be available throughlog_line_prefix
parameter. See Move pg_stat_statements query jumbling to core.This query identifier could be a great alternative to internal
normalize_query
function in pgBadger, roughly more accurate. Could it be possible to group queries from this identifier?Regards