Bertrand BOURGIER
Bertrand BOURGIER
Hi, original 12.2 normalize_query logic does not work well with single quoted strings ending with \' for instance: ``` call tools.dataimport(3, '\\some.\'site.com\folder\', 1000); CALL tools.dataimport('\\some.site.com\folder\','C012152'); CALL tools.dataimport('\\some.site.com\folder\' , 'C012152'); ```...
Hi. Since I had to look at the code managing the "--retention" param, I can tell that in pgBadger 11.8 (in incremental mode) 1/ when --retention is not set or...
Hi, I'm using pgBadger 11.8 on MS Windows but I've checked the perl code and really from what I see pgBadger is working (iterating) on **outdir** parameter and not on...
Re- In fact I think I understand. In many places in the pgBadger perl code, the HTML generated files' destination folder is specified as: ``` my $dest_dir = $html_outdir ||...