| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | prefernottoputmyprivateemail(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Typo in documentation page 6.1 Inserting Data |
| Date: | 2018-06-20 14:09:18 |
| Message-ID: | CABUevExeczqpWAtaAk4O-347YQE4KFgV7JKRfDSYDg6iAsOmrg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Sat, May 26, 2018 at 9:15 PM, PG Doc comments form <
noreply(at)postgresql(dot)org> wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/dml-insert.html
> Description:
>
> Typo in documentation page:
> https://www.postgresql.org/docs/10/static/dml-insert.html
> Typo is the word "considering"; it should be "consider".
>
> Existing wording:
> When inserting a lot of data at the same time, considering using the COPY
> command.
>
> Change to:
> When inserting a lot of data at the same time, consider using the COPY
> command.
>
I've applied a fix for this. Thanks for the report!
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yousof Shaladi | 2018-06-21 06:15:54 | Re: json_to_record Example |
| Previous Message | Magnus Hagander | 2018-06-20 14:04:24 | Re: Misc typos in documentation |