| 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: | Incorrect grammar in 15.2 |
| Date: | 2024-07-24 05:11:32 |
| Message-ID: | 172179789219.915368.16590585529628354757@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | 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/when-can-parallel-query-be-used.html
Description:
Unless I'm misunderstanding the sentence structure here, I believe the word
"a" is missing before "parallel query plan" in the following sentence from
section 15.2:
> Even when parallel query plan is generated for a particular query, there
are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.
This should say:
> Even when a parallel query plan is generated for a particular query, there
are several circumstances under which it will be impossible to execute that
plan in parallel at execution time.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2024-07-24 06:05:23 | wrong field in example |
| Previous Message | shveta malik | 2024-07-24 04:10:49 | Re: Correction in doc of failover ready steps |