]> granicus.if.org Git - pgbadger/commitdiff
Update documentation about -j | --jobs option.
authorDarold Gilles <gilles@darold.net>
Thu, 31 Jan 2013 16:32:55 +0000 (17:32 +0100)
committerDarold Gilles <gilles@darold.net>
Thu, 31 Jan 2013 16:32:55 +0000 (17:32 +0100)
doc/pgBadger.pod

index 3efd6f08305be66dd44acdb9537534aee14d5c29..baf3b649e42632428846e2a439871c6eafb96267 100644 (file)
@@ -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.