Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7eff8
)
Document that contrib/pgtrgm only processes ASCII alphanumeric
author
Bruce Momjian
<bruce@momjian.us>
Mon, 5 Sep 2011 17:24:47 +0000
(13:24 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 5 Sep 2011 17:24:47 +0000
(13:24 -0400)
characters.
Backpatch to 9.0 and 9.1.
doc/src/sgml/pgtrgm.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgtrgm.sgml
b/doc/src/sgml/pgtrgm.sgml
index a1dfe063f32688dad6bfd5d126dfdf6b7f4e1ae9..1bad1582d1b7c5ffa70c463582dafbe91e19ca72 100644
(file)
--- 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>