Re: String matching

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: String matching
Дата
Msg-id 42110AB2.1010903@fer.hr
обсуждение исходный текст
Ответ на Re: String matching  (PFC <lists@boutiquenumerique.com>)
Ответы Re: String matching  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-performance
PFC wrote:
>
>     normally you shouldn't have to do anything, it should just work :
>
>> select field from table where field like 'abc%'

>     If it does not use the index, I saw on the mailing list that the
> locale  could be an issue.

Oh yes, I forgot about that :( I do have LC_COLLATE (on latin2)...

It's a shame PostgreSQL doesn't allow collation rules on specific fields
- this field I'm using here will always be 7bit ASCII :(


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

Предыдущее
От: PFC
Дата:
Сообщение: Re: String matching
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: String matching