Re: Range Types: << >> -|- ops vs empty range - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Range Types: << >> -|- ops vs empty range
Date
Msg-id 1297445182.27157.621.camel@jdavis
Whole thread Raw
In response to Re: Range Types: << >> -|- ops vs empty range  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Range Types: << >> -|- ops vs empty range  (Robert Haas <robertmhaas@gmail.com>)
Re: Range Types: << >> -|- ops vs empty range  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
On Fri, 2011-02-11 at 12:03 -0500, Robert Haas wrote:
> For what it's worth, my completely uninformed opinion is that
> comparison operators shouldn't error out.  I haven't read the patch so
> I'm not sure what those operators are defined to do, though.

">>" means "strictly right of"
"<<" means "strictly left of"
"-|-" means "adjacent" (touching but not overlapping)

I'm open to suggestion about how those behave with empty ranges.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Change pg_last_xlog_receive_location not to move backwards
Next
From: Robert Haas
Date:
Subject: Re: Change pg_last_xlog_receive_location not to move backwards