From: Luca Ferrari Date: Fri, 24 May 2019 13:03:56 +0000 (+0200) Subject: Update documentation to reflect the begin/end time. X-Git-Tag: v11.0~23^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee2b238941d2e57b78350f4236b3c7538e048a42;p=pgbadger Update documentation to reflect the begin/end time. --- diff --git a/pgbadger b/pgbadger index f635221..87b8327 100755 --- a/pgbadger +++ b/pgbadger @@ -1746,13 +1746,15 @@ Options: queries and connections. Default 5 minutes. -A | --histo-average min: 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 | --begin datetime : start date/time for the data to be parsed in log + (either a timestamp or a time) -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. -D | --dns-resolv : client ip addresses are replaced by their DNS name. Be warned that this can really slow down pgBadger. - -e | --end datetime : end date/time for the data to be parsed in log. + -e | --end datetime : end date/time for the data to be parsed in log + (either a timestamp or a time) -f | --format logtype : possible values: syslog, syslog2, stderr, jsonlog, cvs, pgbouncer and logplex. Use this option when pgBadger is not able to auto-detect the log format.