Skip to content

update pg_stat_statements regex ltrim for query col

Ilshat Karazbaev requested to merge feature/stat_statements_regex into master

add replcaing single/double quote and backtick with a space character so that postgres will not escape them with 2 backslashes like \"somefield\"

Merge request reports