method

supports_ranges?

supports_ranges?()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 320
      def supports_ranges?
        # Range datatypes weren't introduced until PostgreSQL 9.2
        postgresql_version >= 90200
      end