Re: Bug and/or feature? Complex data types in tables...

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Bug and/or feature? Complex data types in tables...
Дата
Msg-id F2F2B8F2-4782-11D8-B824-000A95C88220@myrealbox.com
обсуждение исходный текст
Ответ на Re: Bug and/or feature? Complex data types in tables...  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
Hi Alvaro,

On Jan 15, 2004, at 10:31 PM, Alvaro Herrera wrote:

> Maybe it's tangential to this discussion, but there's a type to store
> that kind of intervals.  It's called tinterval.  ISTM it's not too much
> documented, and I haven't really used it.
>
> alvherre=> select tinterval('2003-10-28', '2004-11-05');
>                       tinterval
> -----------------------------------------------------
>  ["2003-10-28 00:00:00-03" "2004-11-05 00:00:00-03"]
> (1 fila)
>
> alvherre=> select tinterval('2003-10-28', '2004-11-05') &&
> tinterval('2003-10-05', '2003-10-15');
>  ?column?
> ----------
>  f
> (1 fila)
>
> alvherre=> select tinterval('2003-10-28', '2004-11-05') &&
> tinterval('2003-10-05', '2003-11-15');
>  ?column?
> ----------
>  t
> (1 fila)
>
> (There are other operators, of course ...)

Well, lookee here! Thanks a lot, Alvaro!. Tangential or not, it's
definitely something I'm interested in! More exploring to do!

Michael Glaesemann
grzm myrealbox com


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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Bytea/Large Objects/external files best practices
Следующее
От: Paul Ganainm
Дата:
Сообщение: Re: serverless postgresql