class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
def check_version # :nodoc:
def check_version # :nodoc: if database_version < 90300 # < 9.3 raise "Your version of PostgreSQL (#{database_version}) is too old. Active Record supports PostgreSQL >= 9.3." end end