> 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 -:(
Added:
* allow creation of functional indexes to use default types
I am a little confused. You say you updated CVS. Isn't the change
installed already?
--
Bruce Momjian | 830 Blythe Avenue
maillist@candle.pha.pa.us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)