From: Darold Date: Wed, 10 Oct 2012 21:45:41 +0000 (+0200) Subject: Change version to 2.1 X-Git-Tag: v3.2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06f7e9f67db0b3f9adbb1bc9efdc1d9bf4ff7c56;p=pgbadger Change version to 2.1 --- diff --git a/pgbadger b/pgbadger index 5a95952..18c21de 100755 --- a/pgbadger +++ b/pgbadger @@ -10,18 +10,18 @@ # # You must enable SQL query logging : log_min_duration_statement = 0 # With stderr output -# 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=%u,db=%d ' -# Log line prefix should be : log_line_prefix = '%t [%p]: [%l-1] db=%d,user=%u ' +# 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=%u,db=%d ' +# Log line prefix should be: log_line_prefix = '%t [%p]: [%l-1] db=%d,user=%u ' # With syslog output -# Log line prefix should be : log_line_prefix = 'db=%d,user=%u ' +# Log line prefix should be: log_line_prefix = 'db=%d,user=%u ' # # Additional informations that could be collected and reported -# log_checkpoints = on -# log_connections = on -# log_disconnections = on -# log_lock_waits = on -# log_temp_files = 0 +# log_checkpoints = on +# log_connections = on +# log_disconnections = on +# log_lock_waits = on +# log_temp_files = 0 #------------------------------------------------------------------------------ use vars qw($VERSION); @@ -36,7 +36,7 @@ use POSIX qw(locale_h); setlocale(LC_NUMERIC, ''); setlocale(LC_ALL, 'C'); -$VERSION = '2.0'; +$VERSION = '2.1'; $| = 1;