Re: RFC: Temporal Extensions for PostgreSQL

Поиск
Список
Период
Сортировка
От Ian Caulfield
Тема Re: RFC: Temporal Extensions for PostgreSQL
Дата
Msg-id 27bbfebe0702190303q61f5c7c6ud277b5477ac9e5ab@mail.gmail.com
обсуждение исходный текст
Ответ на RFC: Temporal Extensions for PostgreSQL  (Warren Turkal <wt@penguintechs.org>)
Список pgsql-hackers
On 17/02/07, Warren Turkal <wt@penguintechs.org> wrote:
> PERIOD(INT) is actually listed in the Dr. Snodgrass's book. However, I am not
> really sure about the semantics of the type. When would you use a
> PERIOD(INT)?

It wouldn't be directly useful for temporal SQL, but I have a number
of tables in a database application where a range of integers is
mapped onto a 0-100 range (e.g. 1-5 might get mapped onto 1, 6-15 to
2, etc), which I'd like to store using a (preferably non-overlapping)
period type.

> Also, please bring this discussion back on list so that it gets recorded. I
> didn't want to post your private reply to the list without your permission.

Oops, meant to reply to the list originally.

Ian


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Multiple Storage per Tablespace, or Volumes
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_proc without oid?