Gilles Darold
Gilles Darold
Last commits should fix this issue.
Commit a642de4 add support for sub-partitioning data export.
Using latest development code here is the export of the MySQL table: ``` CREATE TABLE sequence_check_1 ( id bigserial, first_name varchar(50), last_name varchar(50), email varchar(50), gender varchar(50), ip_address varchar(20) )...
Hi Anthony Actually I had lot of false positive with some instruction like USER or DELETE_WITHOUT_FROM in some Java JSP file so I find useful to be able to exclude...
Hum right, looks that this is not the right patch, actually the hash key should be 'pl' and 'pm' instead of just 'perl' let me look at this.
My last comment is wrong, I don't remember exactly what was done. Don't waste time on this I will check what I have exactly done to add Perl support.
Ok I have found what I have done before switching to more complex code to support `qq{...}` Perl notation. I have pushed the missing code in previous patch to add...
I have answered privately to your gmail address, let me know if it doesn't work anymore.
Hi, if you can post a sample log file I can tell you if this is doable.
Thanks, I think this is doable especially if `log_min_duration_statement` can be enabled on PostgreSQL side. Like for others multi-line json log format, this needs work for integration in pgbadger. I...