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

From Bruce Momjian
Subject Re: [HACKERS] OR clause status report
Date
Msg-id 199807311515.LAA25424@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] OR clause status report  (Vadim Mikheev <vadim@krs.ru>)
List 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 -:(

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)

pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] OR clause status report
Next
From: Bruce Momjian
Date:
Subject: displaying debug info