]> granicus.if.org Git - pgbadger/commitdiff
Change version to 1.0
authorDarold Gilles <gilles@darold.net>
Fri, 4 May 2012 15:21:05 +0000 (17:21 +0200)
committerDarold Gilles <gilles@darold.net>
Fri, 4 May 2012 15:21:05 +0000 (17:21 +0200)
pgbadger

index 1752d67b1225bb586ff6bdfc03e47a29ba0212c9..9fc96a5205f08f6d0b14922f644d7386520c9cda 100755 (executable)
--- 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