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