Document that contrib/pgtrgm only processes ASCII alphanumeric
authorBruce Momjian <[email protected]>
Mon, 5 Sep 2011 17:24:45 +0000 (13:24 -0400)
committerBruce Momjian <[email protected]>
Mon, 5 Sep 2011 17:24:45 +0000 (13:24 -0400)
characters.

Backpatch to 9.0 and 9.1.

doc/src/sgml/pgtrgm.sgml

index 18f0f3eba0cc596fa37368ab5c4006a165cc6bb5..30e535557c3367e251e38ed3bc1542a4771f1346 100644 (file)
@@ -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>