Re: [HACKERS] OR clause status report - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] OR clause status report
Date
Msg-id 35C1CAB4.47227F18@krs.ru
Whole thread Raw
In response to Re: [HACKERS] OR clause status report  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: [HACKERS] OR clause status report  (Vince Vielhaber <vev@michvhf.com>)
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] OR clause status report
Next
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] OR clause status report