Re: Range Types - typo + NULL string constructor
Florian G. Pflug <fgp@phlo.org>
From: Florian Pflug <fgp@phlo.org>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Erik Rijkers <er@xs4all.nl>, pgsql-hackers@postgresql.org
Date: 2011-09-22T00:31:45Z
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 Sep21, 2011, at 19:00 , Jeff Davis wrote: > While we're at it, any suggestions on the text representation of an > empty range? My personal favourite would be '0', since it resembles the symbol used for empty sets in mathematics, and we already decided to use mathematical notation for ranges. If we're concerned that most of our users won't get that, then 'empty' would be a viable alternative I think. From a consistency POV it'd make sense to use a bracket-based syntax also for empty ranges. But the only available options would be '()' and '[]', which are too easily confused with '(,)' and '[,]' (which we already decided should represent the full range). best regards, Florian Pflug