From: Magnus Hagander Date: Wed, 20 Jun 2018 14:07:07 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL9_6_10~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39686cd7f06fb8d3c0762b4d64056ed01f085966;p=postgresql Fix typo Reported using the website comment form --- diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 0c65578b59..bbac95878c 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -116,7 +116,7 @@ INSERT INTO products (product_no, name, price) - When inserting a lot of data at the same time, considering using + When inserting a lot of data at the same time, consider using the command. It is not as flexible as the command, but is more efficient. Refer