# File lib/thinking_sphinx/adapters/postgresql_adapter.rb, line 53 def boolean(value) value ? 'TRUE' : 'FALSE' end