Re: DOCS - Add introductory paragraph to Getting Started chapter
Dapeng Wang <wangdp20191008@gmail.com>
From: Dapeng Wang <wangdp20191008@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2026-04-08T01:05:41Z
Lists: pgsql-hackers
Attachments
- 0001-doc-add-introductory-paragraphs-to-tutorial-Chapters.patch (application/octet-stream) patch 0001
Hi, Following up on Tom's suggestion that Chapters 2 and 3 of the tutorial likewise lack introductory paragraphs, I've attached a patch that adds them. Chapter 2 (The SQL Language) gets a paragraph summarizing tables, queries, joins, aggregates, and data modification. Chapter 3 (Advanced Features) gets a paragraph summarizing views, foreign keys, transactions, window functions, and inheritance. Regards, Dapeng Wang