aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/spgist.sgml
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-07-08 10:42:15 +0900
committerMichael Paquier <michael@paquier.xyz>2020-07-08 10:42:15 +0900
commitea5737889f0586c2d46738bc52b97b86369f03e2 (patch)
tree429121fbc0469c5e8b534833bac02df076793d8d /doc/src/sgml/spgist.sgml
parentc54b5891f415df36809de1aeb97e4574d5456d69 (diff)
downloadpostgresql-ea5737889f0586c2d46738bc52b97b86369f03e2.tar.gz
postgresql-ea5737889f0586c2d46738bc52b97b86369f03e2.zip
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods
The GIN and SP-GiST parts were out-of-sync since the changes of 14903f2, and the BRIN part was wrong since its introduction in 15cb2bd. Author: Guillaume Lelarge Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/CAECtzeXKvEPEr967h0PRYRi39uTmdEms=oUtc_PWGjZRNN1prw@mail.gmail.com Backpatch-through: 13
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 d9ecfe74ed1..5d6e893d491 100644
--- a/doc/src/sgml/spgist.sgml
+++ b/doc/src/sgml/spgist.sgml
@@ -881,7 +881,7 @@ typedef struct spgLeafConsistentOut
<term><function>options</function></term>
<listitem>
<para>
- Defines set of user-visible parameters that control operator class
+ Defines a set of user-visible parameters that control operator class
behavior.
</para>