]> granicus.if.org Git - pgbadger/commitdiff
Update POD documentation.
authorLuca Ferrari <fluca1978@gmail.com>
Fri, 24 May 2019 13:21:26 +0000 (15:21 +0200)
committerLuca Ferrari <fluca1978@gmail.com>
Fri, 24 May 2019 13:21:26 +0000 (15:21 +0200)
doc/pgBadger.pod

index 5260d2e0dc5f60c32c3375b2bf7a1f681a4500cf..06d9630526a4cb5976a7aa04130e0548f573207c 100644 (file)
@@ -20,13 +20,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.