Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr4SG-0001yc-Ts for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 17:24:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gr4SE-0000b2-Gs for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 17:24:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr4SE-0000av-BL for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 17:24:14 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr4S7-0006V9-4E for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 17:24:13 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x15HO0pH010394; Tue, 5 Feb 2019 12:24:00 -0500 From: Tom Lane To: Andres Freund cc: "Jonathan S. Katz" , Bruce Momjian , Magnus Hagander , Peter Eisentraut , pgsql-docs@lists.postgresql.org Subject: Re: Release note trimming: another modest proposal In-reply-to: <20190205171707.3ct4ch3q25xg4lpo@alap3.anarazel.de> References: <20190125233111.GE13803@momjian.us> <16080.1548459680@sss.pgh.pa.us> <20190125234614.GH13803@momjian.us> <8fd2ae88-49de-26f3-def3-e4381cb7e774@postgresql.org> <21920.1548515166@sss.pgh.pa.us> <20190205060201.jo3ejddklqxb5a4q@alap3.anarazel.de> <72f54463-6912-115e-cb89-1fb552659505@postgresql.org> <20190205170150.yim3w67sogqw2dg3@alap3.anarazel.de> <9649.1549386657@sss.pgh.pa.us> <20190205171707.3ct4ch3q25xg4lpo@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Tue, 05 Feb 2019 09:17:07 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10392.1549387440.1@sss.pgh.pa.us> Date: Tue, 05 Feb 2019 12:24:00 -0500 Message-ID: <10393.1549387440@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andres Freund writes: > On 2019-02-05 12:10:57 -0500, Tom Lane wrote: >> For something like release-9-6-10.html, there's no value in having it >> appear in three or four different places. You can't even argue that >> the later branches might be more up-to-date: that text is *the same*, >> modulo toolchain-forced markup differences, in every branch; or at >> least if it isn't it means I screwed up. > If somebody proposed adding automatic redirects from the older linked > versions to the newest /current/ URL with that version's release notes, > I'm not sure I would have argued against that. But I do *not* think > it's actually accurate they are the same - it's a significant difference > that they're linking to the corresponding version's pages, because those > will contain that version's syntax / docs. Huh? The release note contents are identical cross-branch. I know, because I'm generally the one making them. Anyway, what I'm now thinkimg would be useful would be to set up a separate area for aggregated release notes, driven off a new git repo as I suggested; and then we could consider auto-redirecting existing URLs like https://www.postgresql.org/docs/10/release-9-4-19.html into that area. regards, tom lane