summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-05-20 21:08:13 +0000
committerGreg Sabino Mullane2010-05-20 21:08:13 +0000
commit82862c9371f4c5eb52cf6c65750aeafa08c4d708 (patch)
tree8a8e1bde798710039343ae63e148d2353c774731 /check_postgres.pl
parent0955ab6f2edaf3fa6e0ee82d2cb0e1430e5a7881 (diff)
Attribute credit for latest same_schema changes.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index e9a4810eb..1da91f91a 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8522,6 +8522,7 @@ Items not specifically attributed are by Greg Sabino Mullane.
=item B<Version 2.15.0>
+ Add index comparison for same_schema (Norman Yamada and Greg Sabino Mullane)
Use $ENV{PGSERVICE} instead of "service=" to prevent problems (Guillaume Lelarge)
Add --man option to show the entire manual. (Andy Lester)
Redo the internal run_command() sub to use -x and hashes instead of regexes.