Re: DOCS - Add introductory paragraph to Getting Started chapter

From: Dapeng Wang <wangdp20191008(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: DOCS - Add introductory paragraph to Getting Started chapter
Date: 2026-04-08 01:05:41
Message-ID: CAKx0YhzAMmbua4e0He+B_fi7hkMGunxYg8tHyMU6BoZS_8Z58w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-doc-add-introductory-paragraphs-to-tutorial-Chapters.patch application/octet-stream 1.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-08 01:08:46 Re: Return DSA area for hash table from GetNamedDSHash()
Previous Message Michael Paquier 2026-04-08 01:04:50 Re: dshash_find_or_insert vs. OOM