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 1gr1TH-00076l-Ug for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 14:13:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gr1TG-0007sa-N0 for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 14:13:06 +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 1gr1TG-0007sR-Gt for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 14:13:06 +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 1gr1TD-00028r-7z for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 14:13:06 +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 x15ECuYU018072; Tue, 5 Feb 2019 09:12:56 -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: <20190205060201.jo3ejddklqxb5a4q@alap3.anarazel.de> References: <19252.1533509841@sss.pgh.pa.us> <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> Comments: In-reply-to Andres Freund message dated "Mon, 04 Feb 2019 22:02:01 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18070.1549375976.1@sss.pgh.pa.us> Date: Tue, 05 Feb 2019 09:12:56 -0500 Message-ID: <18071.1549375976@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andres Freund writes: > For the record: I think this is a terrible idea. Makes it much harder to > figure out what changed when, and requires per-branch incantations to > grep through the log. Uh ... "grep through the log"? The git log output hasn't changed at all. I've personally never found the SGML/HTML release notes to be even slightly useful for search purposes, because they're spread across so many files. This just changes how many copies of those files we have. > That's not to speak of the fact that now it's > just about impossible to reference all releasenotes on the website in a > useful manner now. You can still point to, say, https://www.postgresql.org/docs/devel/release.html There's maybe two more clicks needed to reach any particular back branch from there, but I would not call that "just about impossible". Anyway, if people want something resembling the old presentation, I think the way to get there is to have some sort of aggregate release notes in a separate place on the web site. We'd discussed that briefly upthread, but no one's volunteered to push it through. regards, tom lane