Re: [HACKERS] OR clause status report

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: "(PostgreSQL-development)" <hackers(at)postgreSQL(dot)org>, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: [HACKERS] OR clause status report
Date: 1998-07-31 15:04:27
Message-ID: 35C1DCFB.92EA50F9@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vince Vielhaber wrote:
>
> Yep, it created it that time but still won't use it. :(

Yes, I see.

This is patch for 6.3.2
CVS updated.

Bruce, could you add this to TODO:

>> 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...

Should be easy to fix but no time -:(

Vadim

Attachment Content-Type Size
DF text/plain 1.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-31 15:15:15 Re: [HACKERS] OR clause status report
Previous Message Bruce Momjian 1998-07-31 14:32:58 Re: AW: [HACKERS] OR clause status report