Re: [PATCH] doc: outline all planner nodes

From: TheOtherBrian1 <briantgbtheonly(at)gmail(dot)com>
To: brian(at)supabase(dot)io
Cc: pgsql-docs(at)postgresql(dot)org, TheOtherBrian1 <briantgbtheonly(at)gmail(dot)com>
Subject: Re: [PATCH] doc: outline all planner nodes
Date: 2026-07-19 00:26:30
Message-ID: 20260719002640.860035-1-briantgbtheonly@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs


The original patch was updated to:
- improve language
- add an example for CTE Scans
- fix inaccuracy around Index-Only Scans
- remove typos

Including a link to a preview version of the new page:
- https://celebrated-banoffee-1d6ed3.netlify.app/

---
doc/src/sgml/perform.sgml | 2262 ++++++++++++++++++++++++++++++++-
doc/src/sgml/ref/explain.sgml | 2 +-
2 files changed, 2260 insertions(+), 4 deletions(-)

Attachment Content-Type Size
0001-doc-outline-all-planner-nodes.patch text/x-patch 73.0 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2026-07-19 19:49:21 Re: Incorrect grammar
Previous Message Michael Paquier 2026-07-18 00:39:26 Re: Improve pg_stat_recovery documentation