Re: [HACKERS] OR clause status report

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: vadim(at)krs(dot)ru (Vadim Mikheev)
Cc: vev(at)michvhf(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] OR clause status report
Date: 1998-07-31 15:15:15
Message-ID: 199807311515.LAA25424@candle.pha.pa.us
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 -:(

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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-31 15:23:22 displaying debug info
Previous Message Vadim Mikheev 1998-07-31 15:04:27 Re: [HACKERS] OR clause status report