]> granicus.if.org Git - pgbadger/commitdiff
Update README and pod
authorÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 20 Sep 2017 07:08:34 +0000 (09:08 +0200)
committerÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 20 Sep 2017 07:17:11 +0000 (09:17 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index cec8e8b3c6dda47c8f83ed589c1f72b95720a2cb..12a88328652637ecdedf71e30a1d07e05c8fb6cb 100644 (file)
--- a/README
+++ b/README
@@ -119,6 +119,9 @@ SYNOPSIS
         --exclude-time  regex  : any timestamp matching the given regex will be
                                  excluded from the report. Example: "2013-04-12 .*"
                                  You can use this option multiple times.
+        --include-time  regex  : only timestamps matching the given regex will be
+                                 included in the report. Example: "2013-04-12 .*"
+                                 You can use this option multiple times.
         --exclude-appname name : exclude entries for the specified application name
                                  from report. Example: "pg_dump".
         --exclude-line regex   : pgBadger will start to exclude any log entry that
index e82f3f0bd9961ebc425451d933613e68a7b7b961..ba01037afa77f0bc57881fdf3ad03ffa8977e58c 100644 (file)
@@ -21,7 +21,6 @@ Options:
     -A | --histo-average N : number of minutes to build the histogram graphs
                              of queries. Default 60 minutes.
     -b | --begin datetime  : start date/time for the data to be parsed in log.
-    -B | --bar-graph       : use bar graph instead of line by default.
     -c | --dbclient host   : only report on entries for the given client host.
     -C | --nocomment       : remove comments like /* ... */ from queries.
     -d | --dbname database : only report on entries for the given database.