]> granicus.if.org Git - pgbadger/commitdiff
Remove extra space at end of line.
authorGilles Darold <gilles.darold@dalibo.com>
Mon, 11 Feb 2019 13:17:40 +0000 (14:17 +0100)
committerGilles Darold <gilles.darold@dalibo.com>
Mon, 11 Feb 2019 13:17:40 +0000 (14:17 +0100)
doc/pgBadger.pod

index 0d82fbba937edce04a75ca1483bbefc0da06d4f5..6e6f33a770954fd8818400cca234bb0a27e9577c 100644 (file)
@@ -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