Re: BETWEEN Help

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BETWEEN Help
Дата
Msg-id 200204141854.g3EIs5Y21438@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: BETWEEN Help  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BETWEEN Help  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> > The exact bits I need the advice on really are bits like this:
>
> >  if (expr_result >= lexpr_result &&
> >                                 expr_result <= rexpr_result)
>
> > I know this won't work, but how do I make it work?
>
> You'll need to look up the appropriate comparison operators and call
> them.
>
> My original thoughts about this involved storing the OIDs of the
> comparison operators in the BETWEEN node (probably in the form of
> Oper sub-nodes, to ease using the existing eval machinery).
> But that isn't the whole story; in some cases, it'll be necessary to
> coerce the inputs into comparable datatypes.

Is there special optimizer/index handling needed for BETWEEN that wasn't
needed before because it was transformed into AND/OR comparisons?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BETWEEN Help
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: TOAST index naming consistency