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