diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 6f0d3a57f33..99d7e61e539 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -3520,7 +3520,7 @@ SELECT plainto_tsquery('supernovae stars'); - GIN and GiST Index Types + Preferred Index Types for Text Search text search @@ -3529,10 +3529,16 @@ SELECT plainto_tsquery('supernovae stars'); There are two kinds of indexes that can be used to speed up full text - searches. + searches: + GIN and + GiST. Note that indexes are not mandatory for full text searching, but in cases where a column is searched on a regular basis, an index is usually desirable. + + + + To create such an index, do one of: