From c52769a10a13aeecf81e9b15ca59012ff77a0477 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Tue, 17 Feb 2026 12:25:03 +0200 Subject: [PATCH] Add introductory paragraph to Getting Started chapter v2: - Add paragraph tag to second paragraph --- doc/src/sgml/start.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 0263a700591..8ab857aa0a6 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -3,6 +3,17 @@ Getting Started + + This chapter provides a practical introduction to working with PostgreSQL. + It describes how to install the software, explains basic architectural concepts, and shows how + to create and access a database. + + + + The purpose of this chapter is to help you set up a working PostgreSQL + environment and become familiar with the fundamental components involved in everyday use. + + Installation -- 2.43.0