Re: WIP: Range Types

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Re: WIP: Range Types
Дата
Msg-id AANLkTinS-fBKV9k9m8cRTi75GoR4f+8JKcUvBjj_18MX@mail.gmail.com
обсуждение исходный текст
Ответ на WIP: Range Types  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: WIP: Range Types  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
2011/1/4 Jeff Davis <pgsql@j-davis.com>:
> I have been updating my work in progress here:
>
> http://git.postgresql.org/gitweb?p=users/jdavis/postgres.git;a=log;h=refs/heads/rangetypes
>
> Right now, it's not in a reviewable state, but those interested can
> glance through the code.
>
> Quick synopsis (for illustration purposes only; don't expect much from
> the current code):
>
>  CREATE TYPE numrange
>    AS RANGE (SUBTYPE=numeric, SUBTYPE_CMP=numeric_cmp);

I am interested in how you define increment/decrement operation of
range value in discrete types. The window functions and PARTITION also
want to represent RANGE but there's no clear solution.

Sorry if it's already been discussed since I didn't track the threads.

Regards


--
Hitoshi Harada


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: texteq/byteaeq: avoid detoast
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: texteq/byteaeq: avoid detoast