diff options
author | Greg Sabino Mullane | 2011-10-06 20:16:25 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-10-06 20:16:25 +0000 |
commit | c276f2de699eb3caa0c3b8143f0afe67fb31d222 (patch) | |
tree | 970df0cf26b74530a2cf9b82d342aa6c6e1c7b51 | |
parent | 20c2c42eff6f3c500a77ecce68d4708fde74c947 (diff) |
Credit last patch
-rwxr-xr-x | check_postgres.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 573fff08c..4b5c8dbaf 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9369,6 +9369,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Better ordering of output for bloat check - make indexes as important as tables (Greg Sabino Mullane; reported by Jens Wilke) + Show the dbservice if it was used at top of same_schema output + (Mike Blackwell) + =item B<Version 2.18.0> October 2, 2011 Redo the same_schema action. Use new --filter argument for all filtering. |