Document the fact that fuzzystrmatch doesn't work in multibyte encodings.

This commit is contained in:
Tom Lane 2009-04-06 15:43:00 +00:00
parent 25a76c31de
commit e7c11056df
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.4 2008/04/03 21:13:07 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/fuzzystrmatch.sgml,v 1.5 2009/04/06 15:43:00 tgl Exp $ -->
<sect1 id="fuzzystrmatch">
<title>fuzzystrmatch</title>
@ -12,6 +12,13 @@
functions to determine similarities and distance between strings.
</para>
<caution>
<para>
At present, <filename>fuzzystrmatch</> does not work well with
multi-byte encodings (such as UTF-8).
</para>
</caution>
<sect2>
<title>Soundex</title>