]> granicus.if.org Git - postgresql/commitdiff
Fix some grammar in documentation of spgist and pgbench
authorMichael Paquier <michael@paquier.xyz>
Mon, 20 May 2019 00:48:37 +0000 (09:48 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 20 May 2019 00:48:37 +0000 (09:48 +0900)
Discussion: https://postgr.es/m/92961161-9b49-e42f-0a72-d5d47e0ed4de@postgrespro.ru
Author: Liudmila Mantrova
Reviewed-by: Jonathan Katz, Tom Lane, Michael Paquier
Backpatch-through: 9.4

doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/spgist.sgml

index d44c21a50edb2b54f6699b526715f9ae8d96c52a..01ee5546a345bf10ee755554bf791fd4e1c5b170 100644 (file)
@@ -366,7 +366,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
       <term><option>--latency-limit=</option><replaceable>limit</></term>
       <listitem>
        <para>
-        Transaction which last more than <replaceable>limit</> milliseconds
+        Transactions that last more than <replaceable>limit</> milliseconds
         are counted and reported separately, as <firstterm>late</>.
        </para>
        <para>
index cd4a8d07c4ad7945b17e69e7c33ed2bbae1338a8..f0e4e130886e60a3c89a8b9bd0992c209ae871d6 100644 (file)
  <para>
   Of the two operator classes for type <type>point</>,
   <literal>quad_point_ops</> is the default.  <literal>kd_point_ops</>
-  supports the same operators but uses a different index data structure which
+  supports the same operators but uses a different index data structure that
   may offer better performance in some applications.
  </para>