Re: Between Node

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Between Node
Дата
Msg-id 200207180441.g6I4fZZ08476@candle.pha.pa.us
обсуждение исходный текст
Ответ на Between Node  (Rod Taylor <rbt@zort.ca>)
Ответы Re: Between Node  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Rod Taylor wrote:
> Finished the Between patch Christopher started.
>
> Implements between (symmetric / asymmetric) as a node.
>
> Executes the left or right expression once, makes a Const out of the
> resulting Datum and executes the >=, <= portions out of the Const sets.
>
> Of course, the parser does a fair amount of preparatory work for this to
> happen.

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Table Function API patch (was Re: another SRF question)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Between Node