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.