From: Darold Date: Sat, 15 Sep 2012 17:10:10 +0000 (+0200) Subject: Update documentation about the -N | --appname option X-Git-Tag: v3.2~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abf49e1a6b9f8547643551d07c28777adf346f88;p=pgbadger Update documentation about the -N | --appname option --- diff --git a/README b/README index 0aec663..ae57c96 100644 --- a/README +++ b/README @@ -29,6 +29,8 @@ SYNOPSIS report per day with a log rotated each week. -m | --maxlength size : maximum length of a query, it will be cutted above the given size. Default: no truncate + -n | --nohighlight : disable SQL code highlighting. + -N | --appname name : only report what concern the given application name -o | --outfile filename: define the filename for the output. Default depends of the output format: out.html or out.txt. To dump output to stdout use - as filename. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 34020be..a77c3aa 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -32,6 +32,8 @@ Options: report per day with a log rotated each week. -m | --maxlength size : maximum length of a query, it will be cutted above the given size. Default: no truncate + -n | --nohighlight : disable SQL code highlighting. + -N | --appname name : only report what concern the given application name -o | --outfile filename: define the filename for the output. Default depends of the output format: out.html or out.txt. To dump output to stdout use - as filename.