diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-05-20 09:48:50 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-05-20 09:48:50 +0900 |
commit | cd703f5e17d50f105e110c99165ec734ae997133 (patch) | |
tree | 4de6930c69dc68c9929d791af7e955d4b1e08b98 | |
parent | 2604751c73e59a1dd148361345b643676c9e4110 (diff) | |
download | postgresql-cd703f5e17d50f105e110c99165ec734ae997133.tar.gz postgresql-cd703f5e17d50f105e110c99165ec734ae997133.zip |
Fix some grammar in documentation of spgist and pgbench
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
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/spgist.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index f5d870998ce..a64a57395f6 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -349,7 +349,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> diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml index 56827e520dd..0cd58169aa4 100644 --- a/doc/src/sgml/spgist.sgml +++ b/doc/src/sgml/spgist.sgml @@ -134,7 +134,7 @@ <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> |