# This program is open source, licensed under the simplified BSD license.
# For license terms, see the LICENSE file.
#------------------------------------------------------------------------------
+#
# You must enable SQL query logging : log_min_duration_statement = 0
# Log line prefix should be : log_line_prefix = '%t [%p]: [%l-1] '
# Log line prefix should be : log_line_prefix = '%t [%p]: [%l-1] user=username,db=dbname'
# Log line prefix should be : log_line_prefix = '%t [%p]: [%l-1] db=dbname,user=username'
#
-# Additional informations that could be collected
+# Additional informations that could be collected and reported
#
# log_checkpoints = on
# log_connections = on
# Global variables overriden during install
my $ZCAT_PROG = '/bin/zcat';
-my $VERSION = '0.1';
+my $VERSION = '1.0';
my $JQGRAPH = 1;
# Command line options