Why so few built-in range types? - Mailing list pgsql-hackers

From Tom Lane
Subject Why so few built-in range types?
Date
Msg-id 22221.1322586062@sss.pgh.pa.us
Whole thread Raw
Responses Re: Why so few built-in range types?  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
One thing that bothered me while looking at the range types patch is
that it seemed you'd been mighty conservative about creating built-in
range types.  In particular, I don't understand why there's not a
standard float8range type; that seems like a pretty common case.
I'd have also expected to see a standard textrange type.  What was
the rationale for leaving these out?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE lock strength reduction patch is unsafe
Next
From: Jeff Davis
Date:
Subject: Re: GiST range-contained-by searches versus empty ranges