diff options
-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 e4e7de12d..d07274d50 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9775,6 +9775,9 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Force STDOUT to use utf8 for proper output (Greg Sabino Mullane; reported by Emmanuel Lesouef) + Fixes for Postgres 9.2: new pg_stat_activity view, + and use pg_tablespace_location, (Josh Williams) + Allow for spaces in item lists when doing same_schema. Allow txn_idle to work again for < 8.3 servers by switching to query_time. |