summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-05 13:24:46 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-05 13:24:46 -0400
commit2c62b5bb636f5f13bd25777ee1f4c8e557accecd (patch)
treee9fcf20af18a126723a55253e6bd52204a6e460d
parenteed7dcfceedeb314d17695f014754ac0f3e8f892 (diff)
downloadpostgresql-2c62b5bb636f5f13bd25777ee1f4c8e557accecd.tar.gz
Document that contrib/pgtrgm only processes ASCII alphanumeric
characters. Backpatch to 9.0 and 9.1.
-rw-r--r--doc/src/sgml/pgtrgm.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml
index 18f0f3eba0..30e535557c 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>