summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorJeff Boes2009-06-08 15:19:26 +0000
committerJeff Boes2009-06-08 15:19:26 +0000
commit49f573f5011cc65dc4f0487f90ac9962b1a5ac8c (patch)
tree692182074667e3d0c974cb1a37ae1339013716f3 /check_postgres.pl
parentb3ec9e41db93cd5d1c1a473c74990e37e4abc7ac (diff)
parent89f47a9552e352543f52e05abd85cfc23ffa3b52 (diff)
Merge branch 'master' of [email protected]:/home/bucardo/htdocs/check_postgres
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index d9a2f6cb6..0d6131a58 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -809,7 +809,7 @@ our $psql_version = $1;
our $psql_revision = $2;
$psql_revision =~ s/\D//g;
-$VERBOSE >= 1 and warn qq{psql=$PSQL version=$psql_version\n};
+$VERBOSE >= 2 and warn qq{psql=$PSQL version=$psql_version\n};
$opt{defaultdb} = $psql_version >= 7.4 ? 'postgres' : 'template1';