Обсуждение: pgsql: Teach levenshtein() about multi-byte characters.

Поиск
Список
Период
Сортировка

pgsql: Teach levenshtein() about multi-byte characters.

От
rhaas@postgresql.org (Robert Haas)
Дата:
Log Message:
-----------
Teach levenshtein() about multi-byte characters.

Based on a patch by, and further ideas from, Alexander Korotkov.

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.c (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c?r1=1.33&r2=1.34)
    pgsql/doc/src/sgml:
        fuzzystrmatch.sgml (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fuzzystrmatch.sgml?r1=1.6&r2=1.7)