Re: [HACKERS] OR clause status report

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] OR clause status report
Дата
Msg-id 35C1CAB4.47227F18@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] OR clause status report  (Vince Vielhaber <vev@michvhf.com>)
Ответы Re: [HACKERS] OR clause status report
Список pgsql-hackers
Vince Vielhaber wrote:
>
> campsites=> create index lower_city on locations (lower(city));
> ERROR:  DefineIndex: (null) class not found
> campsites=>

Ok, this works:

create index lower_city on locations (lower(city) text_ops);

Something broken in DefineIndex -:((
XXX_ops for function rettype should be used...

Vadim

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] OR clause status report
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] OR clause status report