Re: Range Types - typo + NULL string constructor
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Erik Rijkers <er@xs4all.nl>, pgsql-hackers@postgresql.org
Date: 2011-09-19T13:33:29Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Replace the "New Linear" GiST split algorithm for boxes and points with a
- 7f3bd86843e5 9.2.0 cited
On Mon, Sep 19, 2011 at 1:51 AM, Jeff Davis <pgsql@j-davis.com> wrote: >> select '[ 2 , NULL )'::int4range; >> ERROR: NULL range boundaries are not supported >> LINE 1: select '[ 2 , NULL )'::int4range; > > I think this might require more opinions. There is a trade-off here > between convenience and confusion: accepting NULL is convenient in the > constructors, because it avoids the need to have extra constructors just > for unbounded ranges; but could lead to confusion between NULL and INF > (which are not the same). I agree with this line of reasoning. I think we will be making pain for ourselves if we need to invent a bunch more constructors just to have a way of indicating an unbounded range, but OTOH I don't see any compelling reason why the type input function needs to accept N-U-L-L. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company