mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
This commit is contained in:
parent
bc96e394c2
commit
d93ba74c22
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue