0001-Add-introductory-paragraph-to-Getting-Started-chapte.patch
application/octet-stream
Filename: 0001-Add-introductory-paragraph-to-Getting-Started-chapte.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 0001
Subject: Add introductory paragraph to Getting Started chapter
| File | + | − |
|---|---|---|
| doc/src/sgml/start.sgml | 6 | 1 |
From 994135bc74222ea7871afd544dcf21fa1f8f4ef6 Mon Sep 17 00:00:00 2001
From: vellaipandiyansm <vellaipandiyan.sm@gmail.com>
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 @@
<chapter id="tutorial-start">
<title>Getting Started</title>
-
+<para>
+This chapter introduces the basics of working with
+<productname>PostgreSQL</productname>. It explains how to
+install the software, describes basic architectural concepts,
+and shows you how to create and access a database.
+</para>
<sect1 id="tutorial-install">
<title>Installation</title>
--
2.53.0