diff options
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 84c178dcf..9ea193c60 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'; |