From d41c53b0963eca54fe81aa71ed669269ae01e5ab Mon Sep 17 00:00:00 2001 From: Euler Taveira de Oliveira Date: Fri, 22 Mar 2013 23:57:58 -0300 Subject: [PATCH] Name is pgBadger. The software is named pgBadger. Fix some places that call it PgBadger (p is lowercase). --- pgbadger | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pgbadger b/pgbadger index ed75a8f..5213754 100755 --- a/pgbadger +++ b/pgbadger @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------------------ # -# PgBadger - An other PostgreSQL log analyzer that aims to replace and +# pgBadger - An other PostgreSQL log analyzer that aims to replace and # outperforms pgFouine # # This program is open source, licensed under the PostgreSQL Licence. @@ -158,7 +158,7 @@ my $disable_checkpoint = 0; my $disable_autovacuum = 0; my $avg_minutes = 5; my $last_parsed = ''; -my $report_title = 'PgBadger: PostgreSQL log analyzer'; +my $report_title = 'pgBadger: PostgreSQL log analyzer'; my $log_line_prefix = ''; my $compiled_prefix = ''; my $project_url = 'http://dalibo.github.com/pgbadger/'; @@ -803,7 +803,7 @@ exit 0; #------------------------------------------------------------------------------- -# Show PgBadger command line usage +# Show pgBadger command line usage sub usage { print qq{ @@ -1929,7 +1929,7 @@ Report not supported by text format } print $fh "\n\n"; - print $fh "Report generated by PgBadger $VERSION ($project_url).\n"; + print $fh "Report generated by pgBadger $VERSION ($project_url).\n"; } @@ -2037,7 +2037,7 @@ sub html_header $report_title - +