#!/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.
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/';
#-------------------------------------------------------------------------------
-# Show PgBadger command line usage
+# Show pgBadger command line usage
sub usage
{
print qq{
}
print $fh "\n\n";
- print $fh "Report generated by PgBadger $VERSION ($project_url).\n";
+ print $fh "Report generated by pgBadger $VERSION ($project_url).\n";
}
<title>$report_title</title>
<meta NAME="robots" CONTENT="noindex,nofollow">
<meta HTTP-EQUIV="Expires" CONTENT="$date">
-<meta HTTP-EQUIV="Generator" CONTENT="PgBadger v$VERSION">
+<meta HTTP-EQUIV="Generator" CONTENT="pgBadger v$VERSION">
<meta HTTP-EQUIV="Date" CONTENT="$date">
<style type="text/css">
body { background-color: #dedede; font-family: Verdana ;font-size: 14px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 17px;padding: 0px; color: rgb(69,54,37); }