Re: Range types

Поиск
Список
Период
Сортировка
От Scott Bailey
Тема Re: Range types
Дата
Msg-id 4B292D8F.5070800@comcast.net
обсуждение исходный текст
Ответ на Range types  (Scott Bailey <artacus@comcast.net>)
Ответы Re: Range types  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Ok, silly question here. But how do you determine the length of a 
continuous range? By definition length of [a, b) and (a, b] = b-a. But 
what about (a,b) and [a,b]? Are we saying that because they are 
continuous, the difference between values included in the range and 
those excluded are so infinitesimally small so as not to matter? Thus 
length (a,b) == length [a,b] == length [a,b)? And if that is the case, 
does the inclusiveness of the range really even matter?

And can anyone point me to a reference for working with continuous 
ranges? Google just insists that I spelled contiguous wrong.

Scott


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Update on true serializable techniques in MVCC
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Range types