From: Greg Sabino Mullane Date: Sun, 9 Dec 2007 18:11:55 +0000 (-0500) Subject: last_vacuum and last_analyze only available in 8.2. Thanks to Robert Treat. X-Git-Tag: 2.9.0~391 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=45bddd36d97c271a49bc4842398132ed0604b7e5;p=check_postgres.git last_vacuum and last_analyze only available in 8.2. Thanks to Robert Treat. --- diff --git a/check_postgres.pl b/check_postgres.pl index 576a0493d..5c4ba71dc 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -253,8 +253,8 @@ my $checksumre = qr{^[a-f0-9]{32}$}; ## If in test mode, verify that we can run each requested action my %testaction = ( - last_vacuum => 'ON: stats_row_level', - last_analyze => 'ON: stats_row_level', + last_vacuum => 'ON: stats_row_level VERSION: 8.2', + last_analyze => 'ON: stats_row_level VERSION: 8.2', database_size => 'VERSION: 8.1', relation_size => 'VERSION: 8.1', table_size => 'VERSION: 8.1',