$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '1.2.0';
+our $VERSION = '1.3.0';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
=head1 VERSION
-This documents describes check_postgres.pl version 1.2.0
+This documents describes check_postgres.pl version 1.3.0
=head1 SYNOPSIS
=over 4
+=item B<Version 1.3.0>
+
+Add in txn_idle and txn_time actions.
+
=item B<Version 1.2.0>
Add the check_wal_files method, which counts the number of WAL files
Allow for a null syslog_facility in check_logfile
-=item B<Version 1.2.0>
-
-Add in txn_idle and txn_time actions.
-
=item B<Version 1.1.2>
Fix error preventing --action=rebuild_symlinks from working.