Re: Range Types: << >> -|- ops vs empty range

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Range Types: << >> -|- ops vs empty range
Дата
Msg-id AANLkTim+4LwmGLRxncSxXZ0hSihY4BQLO24kOhpMnM1H@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Range Types: << >> -|- ops vs empty range  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Range Types: << >> -|- ops vs empty range  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Fri, Feb 11, 2011 at 12:26 PM, Jeff Davis <pgsql@j-davis.com> wrote:
> 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.

Hmm, so an empty range is a range that includes nothing at all, right?Not "everything in the world"?

Are we sure we even want to have that concept?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER EXTENSION UPGRADE, v3
Следующее
От: Alex Hunsaker
Дата:
Сообщение: Re: Careful PL/Perl Release Not Required