class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

def arel_visitor

def arel_visitor
  Arel::Visitors::PostgreSQL.new(self)
end