Re: Comparing strings with non-ASCII characters

Поиск
Список
Период
Сортировка
От Artur Rataj
Тема Re: Comparing strings with non-ASCII characters
Дата
Msg-id Pine.LNX.4.33.0211131943210.11438-100000@linux.iitis.gliwice.pl
обсуждение исходный текст
Ответ на Re: Comparing strings with non-ASCII characters  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Comparing strings with non-ASCII characters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, 13 Nov 2002, Tom Lane wrote:

> BTW, you might think about using full-text search (contrib/tsearch
> or contrib/fulltextindex) instead of pattern matching.
>

Thank you. I needed the ~ operator to match entries in a table being a
full text index itself. Now I use C locale and rows are sorted outside
Postgres, the index now is used with the expressions of the form
~ '^string.*', but does such expressions work correctly in C locale with
non-ASCII characters?

Regards,
Artur Rataj


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: news.postgresql.org outage
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: readline help