class PgSearch::Configuration::Column

def to_sql

def to_sql
  "coalesce(#{expression}::text, '')"
end