# File lib/thinking_sphinx/adapters/postgresql_adapter.rb, line 22 def group_concatenate(clause, separator = ' ') "array_to_string(array_accum(COALESCE(#{clause}, '0')), '#{separator}')" end