# File lib/jdbc_adapter/jdbc_postgre.rb, line 21
    def self.adapter_matcher(name, *)
      name =~ /postgre/i ? self : false
    end