Re: [HACKERS] OR clause status report

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] OR clause status report
Дата
Msg-id 199807311515.LAA25424@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] OR clause status report  (Vadim Mikheev <vadim@krs.ru>)
Список 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 по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] OR clause status report
Следующее
От: Bruce Momjian
Дата:
Сообщение: displaying debug info