Re: Proposal: temporal extension "period" data type

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Proposal: temporal extension "period" data type
Дата
Msg-id 1211827749.26526.204.camel@jdavis
обсуждение исходный текст
Ответ на Re: Proposal: temporal extension "period" data type  (Hannu Krosing <hannu@krosing.net>)
Список pgsql-hackers
On Mon, 2008-05-26 at 21:10 +0300, Hannu Krosing wrote:
> Either overlaps or contains seem valid join operators
> 

"Overlaps" is the join operator as defined in [1]. In the case where you
have a temporal FK, they are the same. But yes, either is useful.

> Will there be UNIQUE (non-overlapping) indexes for period ?
> 

I discussed this with several people and I believe this is possible with
some modifications to GiST. I will be discussing it further and I will
try to put together a proposal.

Regards,Jeff Davis

1. _Temporal Data and the Relational Model_, C.J. Date, Hugh Darwen,
Nikos A. Lorentzos, p. 149.



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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Proposal: temporal extension "period" data type
Следующее
От: David Fetter
Дата:
Сообщение: Re: Updated patch (Re: [PATCHES] WITH RECURSIVE patch V0.1)