aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-08-02 23:20:23 +0000
committerRobert Haas <rhaas@postgresql.org>2010-08-02 23:20:23 +0000
commit57d9aefcaa1e16a3eb65ec7f03b8f8f24825f88e (patch)
tree49ee106553388fcc3885c74a5936196c314cf1c5 /doc/src
parentad17ff95cf0d3df41aa2a7bbc03960d42b8da9f3 (diff)
downloadpostgresql-57d9aefcaa1e16a3eb65ec7f03b8f8f24825f88e.tar.gz
postgresql-57d9aefcaa1e16a3eb65ec7f03b8f8f24825f88e.zip
Teach levenshtein() about multi-byte characters.
Based on a patch by, and further ideas from, Alexander Korotkov.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/fuzzystrmatch.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/fuzzystrmatch.sgml b/doc/src/sgml/fuzzystrmatch.sgml
index e0a8cea9ad8..1b8893697a9 100644
--- a/doc/src/sgml/fuzzystrmatch.sgml
+++ b/doc/src/sgml/fuzzystrmatch.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.6 2010/07/29 19:34:40 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.7 2010/08/02 23:20:23 rhaas Exp $ -->
<sect1 id="fuzzystrmatch">
<title>fuzzystrmatch</title>
@@ -14,8 +14,9 @@
<caution>
<para>
- At present, <filename>fuzzystrmatch</> does not work well with
- multi-byte encodings (such as UTF-8).
+ At present, the <function>soundex</>, <function>metaphone</>,
+ <function>dmetaphone</>, and <function>dmetaphone_alt</> functions do
+ not work well with multi-byte encodings (such as UTF-8).
</para>
</caution>