Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qK3Qo-00035b-Pp for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jul 2023 21:00:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qK3Qm-0001TK-JH for pgsql-hackers@arkaria.postgresql.org; Thu, 13 Jul 2023 21:00:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qK3Qm-0001TB-5w for pgsql-hackers@lists.postgresql.org; Thu, 13 Jul 2023 21:00:56 +0000 Received: from mail-ed1-x530.google.com ([2a00:1450:4864:20::530]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qK3Qf-000FjU-NA for pgsql-hackers@postgresql.org; Thu, 13 Jul 2023 21:00:54 +0000 Received: by mail-ed1-x530.google.com with SMTP id 4fb4d7f45d1cf-51e429e1eabso1417498a12.2 for ; Thu, 13 Jul 2023 14:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=singh-im.20221208.gappssmtp.com; s=20221208; t=1689282048; x=1691874048; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=SSgQf05dXoZl0R/BXmn3ZYe+68HValxSussG5QBJmSQ=; b=z0/vs8Cm/ronwISpUL7WzpP3RpX+zIbXKD4/UsQkFVFmm0Qhrsx6degWlJEQ28fiWn V4iKBIojFFzXfqxJ2CJIRd2F9O4PirABJIpXmlwdgRO+H/PmyCvHv7I+iwjj6eBe6AXu L2Xji6ocebcBmEmF0G5wM/+zjztJjc/Ft+lBZ+zgedO9ejj1c3fV728L7pCYJhoLGeMh FVV0TCA2boMP9h05MAMsVgpznypIBTnUnNztx+K4n+vP4hsFetfZSRlvpdudbgMB26KJ AuPZJbInQHHxtXTwB+tElbRbNcHS64i4Lta3DfjVhMmTDHFlis7+a3du7tYQn79EmV7+ L5sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689282048; x=1691874048; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SSgQf05dXoZl0R/BXmn3ZYe+68HValxSussG5QBJmSQ=; b=fmt3kBniB5I8+96OfCzZvQyWs5sx/otR16NuOgaAGVkQ3FqWRkuxFj8KfMfEzFQXzF d+dCaWwmBUh+Cn2BntR4vNssTTpwN94K5qUMDSk0svB6y4ba65HSJn0ViesIB9gk5zA4 eXPrAb+XB0VdYqgxIHaebn2OYCV1CmutkypKksoibAxs2gkD4UB+2w/s0cwa97Js5T00 w6ku2KEpDLTpExpRo6nRTz4KytzWu+3U6zAARxuFusEyUNbMNaZ+jjR3EByCLa9h2/fW X10RV6rsUxjQxtD9L1YvVfA9nSUvzF2QkCSqKn+1G35twyf+1ZdYkm+VlWrA6Kb3OW9S AGRw== X-Gm-Message-State: ABy/qLZvBED9jRaSS+n4K7gg+jnY4aMocsCKKa8ot+EI5VVkzwRnnLfb NbcU3nH9u5EAlRj1ETPuuQYJSOJnABkeOwSPkrk= X-Google-Smtp-Source: APBJJlFLrP9fnhE9zR4sqbLbS2rqwHR8nNVJo6uZWC0A7QHkHuKRdmn5fzVlyLgDJj4zgc3UKxxrUi2hloU2z/MBp+8= X-Received: by 2002:a17:906:5158:b0:983:ba44:48af with SMTP id jr24-20020a170906515800b00983ba4448afmr2089818ejc.53.1689282048327; Thu, 13 Jul 2023 14:00:48 -0700 (PDT) MIME-Version: 1.0 References: <2cf41c8edeaaf7acb757095e6eceab8ae926f3da.camel@j-davis.com> In-Reply-To: From: Gurjeet Singh Date: Thu, 13 Jul 2023 14:00:29 -0700 Message-ID: Subject: Re: Fix search_path for all maintenance commands To: "David G. Johnston" Cc: Jeff Davis , pgsql-hackers@postgresql.org, Nathan Bossart , Robert Haas , Noah Misch , Greg Stark , Tom Lane Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Jul 13, 2023 at 1:37=E2=80=AFPM David G. Johnston wrote: > > I'm against simply breaking the past without any recourse as what we did= for pg_dump/pg_restore still bothers me. I'm sure this is tangential, but can you please provide some context/links to the change you're referring to here. Best regards, Gurjeet http://Gurje.et