From 05abcfd8c242baced7fc65866284f07c833c771e Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 12 Jun 2009 14:49:55 -0400 Subject: Fix incorrect version for txn_idle in docs. Thanks to Robert Treat for spotting this. --- check_postgres.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 344af8dbd..59fbf8188 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -7047,7 +7047,8 @@ be provided (there are no defaults). Valid units are 'seconds', 'minutes', 'hour or 'days'. Each may be written singular or abbreviated to just the first letter. If no units are given, the units are assumed to be seconds. -This action requires Postgres 8.3 or better. +This action requires Postgres 8.0 or better. Additionally, if the version is less than 8.3, +the 'stats_command_string' parameter must be set to 'on'. Example 1: Give a warning if any connection has been idle in transaction for more than 15 seconds: -- cgit v1.2.3