Re: unaccent as stored procedure?

Поиск
Список
Период
Сортировка
От Arnaud Lesauvage
Тема Re: unaccent as stored procedure?
Дата
Msg-id 45754F0D.5010700@freesurf.fr
обсуждение исходный текст
Ответ на unaccent as stored procedure?  (Stephen Woodbridge <woodbri@swoodbridge.com>)
Список pgsql-general
Stephen Woodbridge a écrit :
> Or maybe there is another general solution that I am no aware of.

If you just want to remove accents from your string, you can
use :
to_ascii(convert(<mystring>, 'LATIN9'), 'LATIN9')
It works very well AFAIAC.

(tip given on this list)

--
Arnaud

В списке pgsql-general по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: unaccent as stored procedure?
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: How to speed up Exclusive Locking