From e7c11056df0fb2ca22f8e170ed8101983f38151f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 6 Apr 2009 15:43:00 +0000 Subject: [PATCH] Document the fact that fuzzystrmatch doesn't work in multibyte encodings. --- doc/src/sgml/fuzzystrmatch.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/fuzzystrmatch.sgml b/doc/src/sgml/fuzzystrmatch.sgml index 62ab943ff7..0349f12c5f 100644 --- a/doc/src/sgml/fuzzystrmatch.sgml +++ b/doc/src/sgml/fuzzystrmatch.sgml @@ -1,4 +1,4 @@ - + fuzzystrmatch @@ -12,6 +12,13 @@ functions to determine similarities and distance between strings. + + + At present, fuzzystrmatch does not work well with + multi-byte encodings (such as UTF-8). + + + Soundex