v2-0001-Add-introductory-paragraph-to-Getting-Started-chapter.patch
application/octet-stream
Filename: v2-0001-Add-introductory-paragraph-to-Getting-Started-chapter.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v2-0001
Subject: Add introductory paragraph to Getting Started chapter
| File | + | − |
|---|---|---|
| doc/src/sgml/start.sgml | 11 | 0 |
From c52769a10a13aeecf81e9b15ca59012ff77a0477 Mon Sep 17 00:00:00 2001
From: Dragos Andriciuc <dragos.andriciuc@percona.com>
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 @@
<chapter id="tutorial-start">
<title>Getting Started</title>
+ <para>
+ This chapter provides a practical introduction to working with <productname>PostgreSQL</productname>.
+ It describes how to install the software, explains basic architectural concepts, and shows how
+ to create and access a database.
+ </para>
+
+ <para>
+ The purpose of this chapter is to help you set up a working <productname>PostgreSQL</productname>
+ environment and become familiar with the fundamental components involved in everyday use.
+ </para>
+
<sect1 id="tutorial-install">
<title>Installation</title>
--
2.43.0