Class: ThinkingSphinx::PostgreSQLAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/thinking_sphinx/adapters/postgresql_adapter.rb

Class Method Summary collapse

Methods inherited from AbstractAdapter

detect

Class Method Details

.setupObject



4
5
6
7
# File 'lib/thinking_sphinx/adapters/postgresql_adapter.rb', line 4

def setup
  create_array_accum_function
  create_crc32_function
end