Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?
Дата
Msg-id 5092.1183044056@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?  (Andreas Joseph Krogh <andreak@officenet.no>)
Ответы Re: Is index usage in LIKE-queries with UTF-8 implemented in PG-8.3 ?  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-sql
Andreas Joseph Krogh <andreak@officenet.no> writes:
> Anybody knows if the following query will use an index-scan in PG-8.3?
> SELECT name FROM person WHERE name LIKE 'and%';
> I know this works in "C"-locale, but I need it with UTF-8,

"C locale" and "UTF8" are entirely orthogonal things.
        regards, tom lane


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

Предыдущее
От: Reinoud van Leeuwen
Дата:
Сообщение: record fields as columns in reports
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: record fields as columns in reports