Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uknnf-007EFL-5J for pgsql-docs@arkaria.postgresql.org; Sat, 09 Aug 2025 17:56:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uknnb-004Meg-Ic for pgsql-docs@arkaria.postgresql.org; Sat, 09 Aug 2025 17:56:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uknnb-004MeK-AL for pgsql-docs@lists.postgresql.org; Sat, 09 Aug 2025 17:56:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uknnW-001eQN-2l for pgsql-docs@lists.postgresql.org; Sat, 09 Aug 2025 17:56:06 +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 579Htx142497169; Sat, 9 Aug 2025 13:55:59 -0400 From: Tom Lane To: trikooplays@gmail.com cc: pgsql-docs@lists.postgresql.org Subject: Re: Wrong Installation Link In-reply-to: <175475323700.801.2930858751163875876@wrigleys.postgresql.org> References: <175475323700.801.2930858751163875876@wrigleys.postgresql.org> Comments: In-reply-to PG Doc comments form message dated "Sat, 09 Aug 2025 15:27:17 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2497167.1754762159.1@sss.pgh.pa.us> Date: Sat, 09 Aug 2025 13:55:59 -0400 Message-ID: <2497168.1754762159@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk PG Doc comments form writes: > In Chapter 1 Section 1 (Installation), the documentation is linking to > Chapter 17 for installing postgresql, however that chapter is titled: > "Installation from source" And the preceding Chapter states: > "PostgreSQL is available in the form of binary packages for most common > operating systems today. When available, this is the recommended way to > install PostgreSQL for users of the system. Building from source (see > Chapter 17) is only recommended for people developing PostgreSQL or > extensions." You're right, we should re-point that link at chapter 16. Thumbing through the other references to the "installation" chapter, I think we should also change the first one in runtime.sgml, which is in the material about upgrading. The other ones seem fine as-is because they are talking about choices you might make when building from source. regards, tom lane