$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '2.18.0';
+our $VERSION = '2.18.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
-This documents describes check_postgres.pl version 2.18.0
+This documents describes check_postgres.pl version 2.18.1
=head1 SYNOPSIS
=over 4
+=item B<Version 2.18.1>
+
+ Use the full path when getting sequence information for same_schema.
+ (Greg Sabino Mullane; reported by Cindy Wise)
+
=item B<Version 2.18.0> October 2, 2011
Redo the same_schema action. Use new --filter argument for all filtering.