# File lib/thinking_sphinx/active_record/database_adapters/postgresql_adapter.rb, line 6
  def boolean_value(value)
    value ? 'TRUE' : 'FALSE'
  end