Re: WIP: Range Types

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Range Types
Date: 2011-01-04 14:04:55
Message-ID: AANLkTinS-fBKV9k9m8cRTi75GoR4f+8JKcUvBjj_18MX@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/1/4 Jeff Davis <pgsql(at)j-davis(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2011-01-04 14:13:11 Re: texteq/byteaeq: avoid detoast
Previous Message Noah Misch 2011-01-04 13:46:29 Re: texteq/byteaeq: avoid detoast