| From: | TheOtherBrian1 <briantgbtheonly(at)gmail(dot)com> |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Cc: | TheOtherBrian1 <brian(at)supabase(dot)io> |
| Subject: | [PATCH] doc: outline all planner nodes |
| Date: | 2026-07-06 02:09:02 |
| Message-ID: | 20260706020904.565177-1-briantgbtheonly@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Hi,
The docs doesn't currently list all the planner nodes. I wrote a patch to add a new section "14.3" that outlines the different types.
I took the compiled HTML page and hosted it on Netlify to make it easier to peruse:
- https://lovely-lebkuchen-c79301.netlify.app/
Apologies if this isn't formatted normally. This is my first time contributing to the PG project directly.
Best,
Brian B.
Supabase Customer Reliability Engineer
---
doc/src/sgml/perform.sgml | 2248 ++++++++++++++++++++++++++++++++-
doc/src/sgml/ref/explain.sgml | 2 +-
2 files changed, 2247 insertions(+), 3 deletions(-)
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-doc-outline-all-planner-nodes.patch | text/x-patch | 72.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2026-07-06 15:49:36 | Re: Index Only Scans with functions |
| Previous Message | PG Doc comments form | 2026-07-05 06:48:39 | Index Only Scans with functions |