diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 20db7b7afe..6afaf9e62c 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -3618,7 +3618,7 @@ SELECT plainto_tsquery('supernovae stars'); - GIN and GiST Index Types + Preferred Index Types for Text Search text search @@ -3627,10 +3627,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: