| From: | TheOtherBrian1 <briantgbtheonly(at)gmail(dot)com> |
|---|---|
| To: | daniel(at)yesql(dot)se |
| Cc: | pgsql-docs(at)postgresql(dot)org, TheOtherBrian1 <briantgbtheonly(at)gmail(dot)com> |
| Subject: | [PATCH v2] doc: outline all planner nodes |
| Date: | 2026-07-21 03:14:17 |
| Message-ID: | 20260721031608.908775-1-briantgbtheonly@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| v2-0001-doc-outline-all-planner-nodes.patch | text/x-patch | 73.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2026-07-21 07:58:34 | Add "io worker" as backend_type to the pg_stat_activity documentation |
| Previous Message | Daniel Gustafsson | 2026-07-19 19:56:32 | Re: [PATCH] doc: outline all planner nodes |