Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uI7IP-00G1rV-E3 for pgsql-hackers@arkaria.postgresql.org; Thu, 22 May 2025 14:53:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uI7IO-003dS1-56 for pgsql-hackers@arkaria.postgresql.org; Thu, 22 May 2025 14:53:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uI7IN-003dRt-Rg for pgsql-hackers@lists.postgresql.org; Thu, 22 May 2025 14:53:19 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uI7IL-000KBr-1v for pgsql-hackers@lists.postgresql.org; Thu, 22 May 2025 14:53:18 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 54MErCCE1514888; Thu, 22 May 2025 10:53:12 -0400 From: Tom Lane To: Nathan Bossart cc: Robert Haas , Greg Sabino Mullane , Jeff Davis , Ashutosh Bapat , Corey Huinker , Andres Freund , Michael Paquier , Bruce Momjian , Matthias van de Meent , Magnus Hagander , Stephen Frost , Peter Smith , PostgreSQL Hackers , alvherre@alvh.no-ip.org, jian he Subject: Re: Statistics Import and Export In-reply-to: References: <768b2a237e892bf1334bdcbb066cdc1bd1368cb2.camel@j-davis.com> Comments: In-reply-to Nathan Bossart message dated "Thu, 22 May 2025 09:30:40 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1514886.1747925592.1@sss.pgh.pa.us> Date: Thu, 22 May 2025 10:53:12 -0400 Message-ID: <1514887.1747925592@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > On Thu, May 22, 2025 at 10:20:16AM -0400, Robert Haas wrote: >> It also sort >> of looks like we might have a consensus anyway: Jeff said "I lean >> towards making it opt-in for pg_dump and opt-out for pg_upgrade" and I >> agree with that and it seems you do, too. So perhaps Jeff should make >> it so? > +1, I think we should go ahead and do this. If Jeff can't get to it, I'm > happy to pick it up in the next week or so. Works for me, too. regards, tom lane