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.96) (envelope-from ) id 1vslIP-000xzP-1P for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Feb 2026 17:25:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vslIN-00H1gf-1g for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Feb 2026 17:25:03 +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.96) (envelope-from ) id 1vslIN-00H1gX-0m for pgsql-hackers@lists.postgresql.org; Wed, 18 Feb 2026 17:25:03 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vslIL-00000001Oco-11jL for pgsql-hackers@postgresql.org; Wed, 18 Feb 2026 17:25:02 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 2D4F2565B04 for ; Wed, 18 Feb 2026 18:25:00 +0100 (CET) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 17B6F56542B; Wed, 18 Feb 2026 18:25:00 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 1622610BC3A9; Wed, 18 Feb 2026 18:25:00 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=proxel.se Received: from s899.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with LMTP id PG_45FxTFC4A; Wed, 18 Feb 2026 18:24:59 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s899.loopia.se (Postfix) with ESMTPSA id AC7782C8BAB7; Wed, 18 Feb 2026 18:24:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1771435499; bh=NPlWwhyR8RizBnkxCg0zCbkxr8oROcTtQCwZX4CBcnw=; h=Date:Subject:To:References:From:In-Reply-To; b=BH3HodauuNuMukb8ju1qWlr/iAQZkwoW9nYQKEMBHr8SnbhFudsYXTx9J44fWS+Pa kZkGNsSzvIsKH/RTCuQa3EtTGBN8MazI5ytFxyfmegjIABa8/n3b6VIESg8l2Hq3+q z3imB5jDTEGiQT9An8r5tzf4q8FmDyTppmZrNnE5jLDQvNkskSW336C4ImNO5kMeZT /ZyXS/iHIrD9Lb8gwV8yVn3BCy4cWw6j8crvSDLREZauGPh94QZkwwhzvV64lqi7DN 257HfTNC7uZxizJo0ipnkjdh+ZZ7hJ1U9HBhj1jiJAK8Do77pbJKGvoBBlMlbG3UsU uGJrpnsBssy5A== Message-ID: <0bd69007-f591-4584-aa13-037be2171aea@proxel.se> Date: Wed, 18 Feb 2026 18:24:59 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: DOCS - Add introductory paragraph to Getting Started chapter To: Dragos Andriciuc , "pgsql-hackers@postgresql.org" References: From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2/18/26 10:28 AM, Dragos Andriciuc wrote: > The "Getting Started" chapter currently lacks an introductory paragraph > explaining its scope. > > This patch adds a brief introduction describing the topics covered in > the chapter. > > Patch attached. I have not looked at the actual contents of the change but did you intend to add one or two paragraphs? You intent is a bit unclear since you have added a double newline within a tag. If you intended two paragraphs it should be two tags and if not there shouldn't be a double newline. Have you set it up so you can render the documentation to HTML locally? Andreas