From 5c499b4a3104ab6d854878cd3b5f354f0cb6462f Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Fri, 4 May 2012 17:21:05 +0200 Subject: [PATCH] Change version to 1.0 --- pgbadger | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.40.0