From: Gilles Darold Date: Mon, 11 Feb 2019 13:17:40 +0000 (+0100) Subject: Remove extra space at end of line. X-Git-Tag: v10.3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b31c21af69e094fe36308a20acd66fbecb5b13fe;p=pgbadger Remove extra space at end of line. --- diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 0d82fbb..6e6f33a 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -232,7 +232,7 @@ reports: If you have a pg_dump at 23:00 and 13:00 each day during half an hour, you can use pgBadger as follow to exclude these period from the report: - pgbadger --exclude-time "2013-09-.* (23|13):.*" postgresql.log + pgbadger --exclude-time "2013-09-.* (23|13):.*" postgresql.log This will help avoid having COPY statements, as generated by pg_dump, on top of the list of slowest queries. You can also use --exclude-appname "pg_dump" to