]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 14:07:07 +0000 (16:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 14:07:07 +0000 (16:07 +0200)
Reported using the website comment form

doc/src/sgml/dml.sgml

index 071cdb610f07781bf5406f56c74628d84c848b50..d7319610bdc37e2a0e5a30c9b5ff50bca3c6173c 100644 (file)
@@ -112,7 +112,7 @@ INSERT INTO products (product_no, name, price)
 
   <tip>
    <para>
-    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 <xref linkend="sql-copy"> command.
     It is not as flexible as the <xref linkend="sql-insert">
     command, but is more efficient. Refer