Re: Accent insensitive search?

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Accent insensitive search?
Дата
Msg-id 20090318171546.GE32672@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Accent insensitive search?  ("cifroes" <cifroes@netcabo.pt>)
Ответы Re: Accent insensitive search?  (Thom Brown <thombrown@gmail.com>)
Re: Accent insensitive search?  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Accent insensitive search?  (Christophe <xof@thebuild.com>)
Список pgsql-general
On Wed, Mar 18, 2009 at 04:29:24PM -0000, cifroes wrote:
> I have a DB in utf-8 and postgres 8.3.x.
>
> How can I do an accent insensitive search (like ...) ?

No good idea at the moment; I'd somehow expect to find this sort of
normalization in the functionality provided by the "text search" code.
My reasoning being that searching for a word should find it if you're
being accurate or lazy with your accents.  I've not been able to coax it
into doing anything reliable though.

If you can't find anything better in PG; the translate[1] function would
be my best suggestion.  Performance should be better than using regular
expressions.

--
  Sam  http://samason.me.uk/

 [1] http://www.postgresql.org/docs/current/static/functions-string.html

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Accent insensitive search?
Следующее
От: Pedro Doria Meunier
Дата:
Сообщение: Re: Accent insensitive search?