# File lib/arel/engines/sql/compilers/postgresql_compiler.rb, line 34 def using_distinct_on? relation.select_clauses.any? { |x| x =~ /DISTINCT ON/ } end