From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | grantgryczan(at)gmail(dot)com |
Subject: | Typo in 15.3.4 |
Date: | 2024-07-25 03:47:28 |
Message-ID: | 172187924855.915373.15595156724215203822@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/parallel-plans.html
Description:
In section 15.3.4, I believe "multiple results sets" is a typo for "multiple
result sets". It says:
> Plans that involve appending multiple results sets can therefore achieve
coarse-grained parallelism even when efficient partial plans are not
available.
It's also possible this should say "multiple results" rather than "multiple
result sets". I'm unsure what exactly this sentence is trying to
communicate, possibly because I'm only learning Postgres (by reading the
docs), and I don't understand what partial and non-partial children mean
from the previous sentences in the context of this section. (Perhaps that
should also be improved on? Unless it was already explained previously and
I've merely forgotten, but I couldn't find that phrasing elsewhere in the
documentation.)
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2024-07-25 17:07:22 | Re: Typo in 15.3.4 |
Previous Message | Yaroslav Saburov | 2024-07-24 16:31:55 | Re: wrong field in example |