Typo in documentation page 6.1 Inserting Data
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.
On Sat, May 26, 2018 at 9:15 PM, PG Doc comments form <
noreply@postgresql.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/>