From: Darold Gilles Date: Thu, 31 Jan 2013 16:32:55 +0000 (+0100) Subject: Update documentation about -j | --jobs option. X-Git-Tag: v3.2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eb6b46416b13beffa71c14ccd36de2e5c94ce23;p=pgbadger Update documentation about -j | --jobs option. --- diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 3efd6f0..baf3b64 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -27,6 +27,8 @@ Options: -G | --nograph : disable graphs on HTML output. Enable by default. -h | --help : show this message and exit. -i | --ident name : program name used as syslog ident. Default: postgres + -j | --jobs number : number of jobs to run at same time. Default is 1, + run as single process. -l | --last-parsed file: allow incremental log parsing by registering the last datetime and line parsed. Useful if you want to watch errors since last run or if you want one @@ -171,6 +173,8 @@ By default pgBadger will use the zcat, bzcat and unzip utilities following the f If you use the default autodetection compress format you can mixed gz, bz2 or zip files. Specifying a custom value to --zcat option will remove this feature of mixed compressed format. +Note that multiprocessing can not be used with compressed files nor CSV files. + =head1 POSTGRESQL CONFIGURATION You must enable some configuration directives in your postgresql.conf before starting.