Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fmhjM-0001re-FP for pgsql-docs@arkaria.postgresql.org; Mon, 06 Aug 2018 15:47:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fmhjK-0008BX-Jt for pgsql-docs@arkaria.postgresql.org; Mon, 06 Aug 2018 15:47:34 +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_SHA384:256) (Exim 4.89) (envelope-from ) id 1fmhjK-0008BQ-EL for pgsql-docs@lists.postgresql.org; Mon, 06 Aug 2018 15:47:34 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fmhjC-0005qp-B6; Mon, 06 Aug 2018 15:47:33 +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 w76FlMLh019826; Mon, 6 Aug 2018 11:47:22 -0400 From: Tom Lane To: "Jonathan S. Katz" cc: pgsql-docs@lists.postgresql.org Subject: Re: Release note trimming: another modest proposal In-reply-to: <04F6EF85-C7B7-42F3-84BC-D5670C9D77E1@postgresql.org> References: <19252.1533509841@sss.pgh.pa.us> <37D00E58-A0F0-42E4-83F1-A124A282575D@postgresql.org> <18020.1533568149@sss.pgh.pa.us> <04F6EF85-C7B7-42F3-84BC-D5670C9D77E1@postgresql.org> Comments: In-reply-to "Jonathan S. Katz" message dated "Mon, 06 Aug 2018 11:35:41 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <19824.1533570442.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Mon, 06 Aug 2018 11:47:22 -0400 Message-ID: <19825.1533570442@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk "Jonathan S. Katz" writes: > Though thinking on this further, we’d probably want to maintain the URLs > that have been generated through the years so they don’t all 404 at once. > That would require having the appropriate URL rules written out either in > pgweb itself or at the web server level. I dunno, you think it's worth the trouble? The whole premise of this proposal is that hardly anybody is looking at those pages. If that's not the case, we shouldn't be doing this. OTOH, if we can easily set up a generic redirect rule like "if https://www.postgresql.org/docs/*/static/release-*.html doesn't exist, then redirect to https://www.postgresql.org/docs/old-release-notes/static/release-*.html" it might be worth doing. regards, tom lane