Re: [HACKERS] REVIEW Range Types

2011-02-08 Thread Jeff Davis
On Tue, 2011-02-08 at 20:43 +0100, Erik Rijkers wrote: > -- > Documentation: > -- > > Section 9.18: > table 9-42. range functions: > The following functions are missing (I encountered them in the regression > tests): > contained_by() > range_eq() I opted not t

Re: [HACKERS] REVIEW Range Types

2011-02-08 Thread Erik Rijkers
On Sun, February 6, 2011 07:41, Jeff Davis wrote: > New patch. All known TODO items are closed, although I should do a > cleanup pass over the code and docs. > > Fixed in this patch: > > * Many documentation improvements > * Added INT8RANGE > * Renamed PERIOD[TZ] -> TS[TZ]RANGE > * Renamed