Old help text indicated the option name was --exclude_text which was
incorrect.
--exclude-query regex : any query matching the given regex will be excluded
from the report. For example: "^(VACUUM|COMMIT)"
you can use this option multiple time.
- --exclude_file filename: path of the file which contains all the regex to use
+ --exclude-file filename: path of the file which contains all the regex to use
to exclude queries from the report. One regex per line.
--disable-error : do not generate error report.
--disable-hourly : do not generate hourly reports.
--exclude-query regex : any query matching the given regex will be excluded
from the report. For example: "^(VACUUM|COMMIT)"
you can use this option multiple time.
- --exclude_file filename: path of the file which contains all the regex to use
+ --exclude-file filename: path of the file which contains all the regex to use
to exclude queries from the report. One regex per line.
--disable-error : do not generate error report.
--disable-hourly : do not generate hourly reports.