diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-09-05 13:24:47 -0400 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-09-05 13:24:47 -0400 | 
| commit | 3de09ddac58882d9abc5e3327e4d2b0b1238ab54 (patch) | |
| tree | 267394ea0e05892b262c101335a91ed82797e44a | |
| parent | ed7eff89fd64021a2b4150c7d2caca488274c80b (diff) | |
Document that contrib/pgtrgm only processes ASCII alphanumeric
characters.
Backpatch to 9.0 and 9.1.
| -rw-r--r-- | doc/src/sgml/pgtrgm.sgml | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 @@   <para>    The <filename>pg_trgm</filename> module provides functions and operators -  for determining the similarity of text based on trigram matching, as +  for determining the similarity of <acronym>ASCII</> +  alphanumeric text based on trigram matching, as    well as index operator classes that support fast searching for similar    strings.   </para> | 
