diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index a1dfe063f32..1bad1582d1b 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -9,7 +9,8 @@ The pg_trgm module provides functions and operators - for determining the similarity of text based on trigram matching, as + for determining the similarity of ASCII + alphanumeric text based on trigram matching, as well as index operator classes that support fast searching for similar strings.