Re: [HACKERS] OR clause status report

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: "(PostgreSQL-development)" <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] OR clause status report
Date: 1998-07-31 14:05:14
Message-ID: XFMail.980731100514.vev@michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 31-Jul-98 Vadim Mikheev wrote:
> 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...

Yep, it created it that time but still won't use it. :(

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Searchable Campground Listings http://www.camping-usa.com
"There is no outfit less entitled to lecture me about bloat
than the federal government" -- Tony Snow
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-31 14:30:47 Re: [HACKERS] OR clause status report
Previous Message Vadim Mikheev 1998-07-31 14:02:59 Re: AW: [HACKERS] OR clause status report