From: Darold Gilles Date: Fri, 4 May 2012 15:21:05 +0000 (+0200) Subject: Change version to 1.0 X-Git-Tag: v3.2~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c499b4a3104ab6d854878cd3b5f354f0cb6462f;p=pgbadger Change version to 1.0 --- diff --git a/pgbadger b/pgbadger index 1752d67..9fc96a5 100755 --- a/pgbadger +++ b/pgbadger @@ -7,12 +7,13 @@ # 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 @@ -32,7 +33,7 @@ $| = 1; # Global variables overriden during install my $ZCAT_PROG = '/bin/zcat'; -my $VERSION = '0.1'; +my $VERSION = '1.0'; my $JQGRAPH = 1; # Command line options