diff options
author | Greg Sabino Mullane | 2011-11-23 14:16:07 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-11-23 14:16:07 +0000 |
commit | 8e2b0f1a35d3b232d2faa3616a0d478ee1bb24f9 (patch) | |
tree | 8db84670762e5fa7ca5704f687f846a7e366b69a | |
parent | e290f377a2845f186e615a1f991441fd76ab03f2 (diff) |
Note latest fix.
-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 3b5852365..eebed9bfe 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9368,6 +9368,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =item B<Version 2.18.1> + Do no do an inner join to pg_user when checking database size + (Greg Sabino Mullane; reported by Emmanuel Lesouef) + Use the full path when getting sequence information for same_schema. (Greg Sabino Mullane; reported by Cindy Wise) |