[PATCH v2] doc: outline all planner nodes - Mailing list pgsql-docs

From TheOtherBrian1
Subject [PATCH v2] doc: outline all planner nodes
Date
Msg-id 20260721031608.908775-1-briantgbtheonly@gmail.com
Whole thread
In response to Re: [PATCH] doc: outline all planner nodes  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-docs
Added a full list of the nodes with examples
to Section 14.3. Instead of explicitly outlining all parallel nodes, a reference was instead added to "15.3. Parallel
Plans".

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

Sorry about the confusion. Added the patch to commitfest.

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


Attachment

pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] doc: outline all planner nodes
Next
From: Michael Paquier
Date:
Subject: Re: Add "io worker" as backend_type to the pg_stat_activity documentation