method

supports_native_partitioning?

rails latest stable - Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

supports_native_partitioning?()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 287
      def supports_native_partitioning? # :nodoc:
        database_version >= 10_00_00 # >= 10.0
      end