Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a76c3 commit e7c1105Copy full SHA for e7c1105
doc/src/sgml/fuzzystrmatch.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="fuzzystrmatch">
4
<title>fuzzystrmatch</title>
@@ -12,6 +12,13 @@
12
functions to determine similarities and distance between strings.
13
</para>
14
15
+ <caution>
16
+ <para>
17
+ At present, <filename>fuzzystrmatch</> does not work well with
18
+ multi-byte encodings (such as UTF-8).
19
+ </para>
20
+ </caution>
21
+
22
<sect2>
23
<title>Soundex</title>
24
0 commit comments