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