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 1wS1xT-002tkO-1t for pgsql-hackers@arkaria.postgresql.org; Wed, 27 May 2026 00:17:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wS1xR-006SgA-1K for pgsql-hackers@arkaria.postgresql.org; Wed, 27 May 2026 00:17:14 +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 1wS1uO-006QD5-2Y for pgsql-hackers@lists.postgresql.org; Wed, 27 May 2026 00:14:05 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wS1uN-00000001bWM-2qFO for pgsql-hackers@lists.postgresql.org; Wed, 27 May 2026 00:14:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=boDcEwiGlFIdGvBliT/qdPKOYcWFnFsJ+g7MBzZvCs0=; b=S8lox rCBHQvDXZfd2N4ktGJUVGeSQndH4W4bdtFTrH4rtpxvKHU+JRf6CSqTVshBs2L3Yo69yDTO/4qv/S nAETpj43FHIK04wUmnW1/0zT+wmsyBOcEjqp2n2UDqZ4bNxD/57HI9ZWK0+ZeGnXYjFIX7KqjdATy FW3er4iFjoSJoy7eIF8lWT3fQOJhQ8G8XZqQPAD4OgmA50uv1pDxkAIM3Q/px8Cx4RKqNx59L3dS+ tE4/jDcu8Eb8SAvKKfeKEaMWr/qQTxhLU9HjsunpZkQ1+trmUBv5cPLAwjuvti3CsBhaLYMqszhN8 UleY/aMKU5LEV6MvTt/tKzZbWkLuQ==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1wS1uL-00000008IIY-3QZn; Tue, 26 May 2026 20:14:01 -0400 Date: Tue, 26 May 2026 20:14:01 -0400 From: Bruce Momjian To: vellaipandiyan sm Cc: PostgreSQL Hackers Subject: Re: [PATCH] DOCS: Add introductory paragraph to Getting Started chapter Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, May 25, 2026 at 11:03:33AM +0530, vellaipandiyan sm wrote: > Hi, > > This patch adds a short introductory paragraph to the > Getting Started chapter in the documentation. > > The paragraph provides a short overview of the topics covered > in the chapter and helps improve readability for new users. Uh, this just duplcites the table of contents, which appears just above the text: https://www.postgresql.org/docs/current/tutorial-start.html I don't see the point in adding this text. --------------------------------------------------------------------------- > > Thanks. > > Vellaipandiyan > > From 994135bc74222ea7871afd544dcf21fa1f8f4ef6 Mon Sep 17 00:00:00 2001 > From: vellaipandiyansm > Date: Mon, 25 May 2026 05:31:55 +0000 > Subject: [PATCH] Add introductory paragraph to Getting Started chapter > > --- > doc/src/sgml/start.sgml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml > index 0263a70..5bad9a8 100644 > --- a/doc/src/sgml/start.sgml > +++ b/doc/src/sgml/start.sgml > @@ -2,7 +2,12 @@ > > > Getting Started > - > + > +This chapter introduces the basics of working with > +PostgreSQL. It explains how to > +install the software, describes basic architectural concepts, > +and shows you how to create and access a database. > + > > Installation > > -- > 2.53.0 > -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.