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 1nw4cR-0007as-CA for pgsql-docs@arkaria.postgresql.org; Tue, 31 May 2022 16:21:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nw4cQ-0008IM-6y for pgsql-docs@arkaria.postgresql.org; Tue, 31 May 2022 16:21:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nw4cP-0008Hu-VY for pgsql-docs@lists.postgresql.org; Tue, 31 May 2022 16:21:17 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nw4cM-0001y1-Ek; Tue, 31 May 2022 16:21:17 +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 24VGL9sk201922; Tue, 31 May 2022 12:21:09 -0400 From: Tom Lane To: "Jonathan S. Katz" cc: "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" Subject: Re: Can we still dump version 7? In-reply-to: References: <177993.1654008944@sss.pgh.pa.us> Comments: In-reply-to "Jonathan S. Katz" message dated "Tue, 31 May 2022 10:57:51 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <201920.1654014069.1@sss.pgh.pa.us> Date: Tue, 31 May 2022 12:21:09 -0400 Message-ID: <201921.1654014069@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Jonathan S. Katz" writes: > On 5/31/22 10:55 AM, Tom Lane wrote: >> I wonder whether we should update this or just remove it --- it's >> clearly something that's likely to get missed again. > While burdensome, +1 for updating. We don't want users to get caught by > surprise if pg_dumpall does not work on an old version when trying to > update to a newer version. Further investigation shows that we've failed to update this twice in the past six years, and failed to update a similar comment about psql once. I fixed 'em, but I have very little hope that they'll stay fixed. regards, tom lane