From: Michael Paquier Date: Mon, 20 May 2019 00:49:00 +0000 (+0900) Subject: Fix some grammar in documentation of spgist X-Git-Tag: REL9_4_23~14 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d93ba74c22c2cdbb978f84d51032486c3e05b5dc;p=postgresql.git Fix some grammar in documentation of spgist 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 --- 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 @@ Of the two operator classes for type point, quad_point_ops is the default. 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.