Re: [PATCH] doc: outline all planner nodes

From: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
To: Brian Brennglass <brian(at)supabase(dot)io>
Cc: Brian Brennglass <briantgbtheonly(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: [PATCH] doc: outline all planner nodes
Date: 2026-07-27 22:53:25
Message-ID: CAB-JLwZeLfCJE6ZuZpX+kXofvRTBRU+vOJBHjb0vDTuwT+GeJQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Em ter., 21 de jul. de 2026 às 15:34, Brian Brennglass <brian(at)supabase(dot)io>
escreveu:

> Just rebasing the previous patch. Also generated a preview site:
>

cool this patch, I think it's a valuable contribution.

- I don't know what version you are running, but rows is now a numeric, not
integer anymore.
So rows should have decimals, like rows=199999.00 loops=1)
- Maybe you add previous commands to create that table and later run that
select, so the user can replicate how to have that occurrence.
Like you do on "Named Tuplestore Scan"
- Maybe you could run with EXPLAIN (costs off), because the goal is to show
the plan, not the cost.

regards
Marcos

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message solai v 2026-07-28 06:38:28 Re: doc: Clarify ANALYZE VERBOSE output
Previous Message surya poondla 2026-07-26 21:08:23 Re: doc: Clarify ANALYZE VERBOSE output