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 1lelwO-00060A-TH for pgsql-docs@arkaria.postgresql.org; Thu, 06 May 2021 21:53:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lelwM-0007Dx-Fq for pgsql-docs@arkaria.postgresql.org; Thu, 06 May 2021 21:53:50 +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 1lelwM-0007Dp-9n for pgsql-docs@lists.postgresql.org; Thu, 06 May 2021 21:53:50 +0000 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lelwF-0006Ay-Fl for pgsql-docs@lists.postgresql.org; Thu, 06 May 2021 21:53:49 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id DBB0BF9A; Thu, 6 May 2021 17:53:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 06 May 2021 17:53:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=UZBa2/HcrHKsbyokY0Cltg81nHkbY1BzUS2CpzaXJu4=; b=e9E4wwtw o0sNdC8i41d19BpwZcxGHSQjHcUUwYwNTRkih5CbWzbF8HDjylKmWRfHzMFIf+m3 g/htJPOcF3YLyMcg2pEDUjR6qqB+Y2i8uGA/kv4ovcPebq+KkUd6VqJi6h7BuGEC 2aXjf8Fqy5nIcKUP/8Yoxn/anWYP57vh31/6qCdWkVqS9uEk2ct/bLd05cOP88Te hu/eqyLxb2d1gQRZ9ZdumWGHL6jdUMmq6OGlho7RsLKuVO1/KvzH0GMpmMCx+BMT WIjKk93PF4sD1UIGc/N8N/IzFqklyQmUz6vg2zARxL64tKVuVi8+z6Fv5ziYezJO nVF9uIAgCSGeyw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdegtddgudeijecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkgggtugfgjggfsehmkeerredtredunecuhfhrohhmpeetlhhv rghrohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorh hgqeenucggtffrrghtthgvrhhnpedvvedvgfffheekhfdvleefvdetfeeiueffieegieev gfehtdeftdelfefggfdtgfenucffohhmrghinhepphhoshhtghhrvghsqhhlrdhorhhgne cukfhppeduledtrdelhedrudelrdelheenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorh hg X-ME-Proxy: Received: from perhan.alvh.no-ip.org (unknown [190.95.19.95]) by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 6 May 2021 17:53:39 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id C7C102A0BC3; Thu, 6 May 2021 17:53:36 -0400 (-04) Date: Thu, 6 May 2021 17:53:36 -0400 From: Alvaro Herrera To: "Daniel Westermann (DWE)" Cc: "pgsql-docs@lists.postgresql.org" Subject: Re: Link t the souce code Message-ID: <20210506215336.GA15748@alvherre.pgsql> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hello On 2021-May-04, Daniel Westermann (DWE) wrote: > reading this: https://www.postgresql.org/docs/13/install-getsource.html > ... > I wonder if the link should not directly point to the relevant release, e.g.: > https://www.postgresql.org/ftp/source/v13.2/ > > To me that seems to be more convenient than figuring that out on > https://www.postgresql.org/download/. The initial page is about > getting the source code, so links to packages/binaries are not > required if someone is looking for the source. I agree -- if the user wanted packages, they would not be reading that page of the docs. I'd just have it point to the same page that the download page points to for source downloads, not a version-specific one, as in the attached patch. How does it look? -- Álvaro Herrera 39°49'30"S 73°17'W --bp/iNruPH9dso1Pn Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="download-source.patch" diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 50d9fa2021..c972f07405 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -347,7 +347,7 @@ su - postgres The PostgreSQL &version; sources can be obtained from the download section of our - website: . You + website: . You should get a file named postgresql-&version;.tar.gz or postgresql-&version;.tar.bz2. After you have obtained the file, unpack it: --bp/iNruPH9dso1Pn--