summaryrefslogtreecommitdiff
path: root/doc/src/sgml/spgist.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-05-20 09:48:37 +0900
committerMichael Paquier <michael@paquier.xyz>2019-05-20 09:48:37 +0900
commit7f920b8f71aa2083ca6eaf0f254e3a68be3f208d (patch)
treef66c889513aade5837074aeb42a114a6838546ee /doc/src/sgml/spgist.sgml
parente0a39a1d9a15da5c9a4bdb7d2599ad8499a02b39 (diff)
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
Diffstat (limited to 'doc/src/sgml/spgist.sgml')
-rw-r--r--doc/src/sgml/spgist.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/spgist.sgml b/doc/src/sgml/spgist.sgml
index cd4a8d07c4a..f0e4e130886 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -169,7 +169,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>