From: Étienne BERSAC Date: Wed, 20 Sep 2017 07:08:34 +0000 (+0200) Subject: Update README and pod X-Git-Tag: v10.0~36^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e566e7a66c284b80db7c371e06b25fa9b0d4837c;p=pgbadger Update README and pod --- diff --git a/README b/README index cec8e8b..12a8832 100644 --- 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 diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index e82f3f0..ba01037 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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.