Re: String matching

Поиск
Список
Период
Сортировка
От PFC
Тема Re: String matching
Дата
Msg-id opsl7d8pkvth1vuj@musicbox
обсуждение исходный текст
Ответ на String matching  (Ivan Voras <ivoras@fer.hr>)
Ответы Re: String matching
Список pgsql-performance
    normally you shouldn't have to do anything, it should just work :

> select field from table where field like 'abc%'

CREATE INDEX ... ON table( field );

    that's all

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

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

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