From: Magnus Hagander Date: Wed, 20 Jun 2018 14:07:07 +0000 (+0200) Subject: Fix typo X-Git-Tag: XL_10_R1~37^2~82 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=99ba8d2f8f84fdc2721000dc5727a41e2ca8d944;p=postgres-xl.git Fix typo Reported using the website comment form --- diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 071cdb610f..d7319610bd 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -112,7 +112,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