'MAN1PODS' => { 'doc/pgBadger.pod' => 'blib/man1/pgbadger.1' },
'DESTDIR' => $DESTDIR,
'INSTALLDIRS' => $INSTALLDIRS,
- 'clean' => {FILES => "install_all.sh"},
+ 'clean' => {},
'META_MERGE' => {
resources => {
homepage => 'http://projects.dalibo.org/pgbadger',
This module is optional, if you don't have PostgreSQL log in the CSV
format you don't need to install it.
+ Under Windows OS you may not be able to use gzipped log files unless you
+ have a zcat like utility that could uncompress the log file and send
+ content to stdout. If you have such an utility or in other OSes you want
+ to use other compression utility like bzip2 or Zip, use the --zcat
+ comand line option as follow:
+
+ --zcat="unzip -p" or --zcat="gunzip -c" or --zcat="bzip2 -dc"
+
+ the last example can also be used like this: --zcat="bzcat"
+
POSTGRESQL CONFIGURATION
You must enable some configuration directives in your postgresql.conf
before starting.
This module is optional, if you don't have PostgreSQL log in the CSV format you don't need to install it.
+Under Windows OS you may not be able to use gzipped log files unless you have a
+zcat like utility that could uncompress the log file and send content to stdout.
+If you have such an utility or in other OSes you want to use other compression
+utility like bzip2 or Zip, use the --zcat comand line option as follow:
+
+ --zcat="unzip -p" or --zcat="gunzip -c" or --zcat="bzip2 -dc"
+
+the last example can also be used like this: --zcat="bzcat"
+
=head1 POSTGRESQL CONFIGURATION
You must enable some configuration directives in your postgresql.conf before starting.