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

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Range Types: << >> -|- ops vs empty range
Дата
Msg-id 1297445182.27157.621.camel@jdavis
обсуждение исходный текст
Ответ на Re: Range Types: << >> -|- ops vs empty range  (Robert Haas <robertmhaas@gmail.com>)
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Change pg_last_xlog_receive_location not to move backwards
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Change pg_last_xlog_receive_location not to move backwards