# File lib/active_record/connection_adapters/postgresql_adapter.rb, line 897 def schema_search_path @schema_search_path ||= query('SHOW search_path', 'SCHEMA')[0][0] end