# File lib/rubyrep/connection_extenders/postgresql_extender.rb, line 195
      def initialize_search_path
        execute "SET search_path TO #{config[:schema_search_path] || 'public'}"
      end