Re: SQL compliant interval implementation

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: SQL compliant interval implementation
Дата
Msg-id 200605231516.32201.josh@agliodbs.com
обсуждение исходный текст
Ответ на SQL compliant interval implementation  ("Brendan Jurd" <direvus@gmail.com>)
Ответы Re: SQL compliant interval implementation
Список pgsql-hackers
Brendan,

> There are two classes of intervals. One class, called year-month
> intervals, has an express or implied datetime precision that includes
> no fields other than YEAR and MONTH, though not both are required. The
> other class, called day-time intervals, has an express or implied
> interval precision that can include any fields other than YEAR or
> MONTH.

Yeah, we used to do that.  It sucked.  In fact, most developers of 
applications which were calendar-heavy ended up using custom data types to 
work around the SQL-spec INTERVAL limitations.  And that benefits nobody.

We modified our INTERVAL type to function in ways that calendar application 
developers (of which there are several on this list) can actually use.  
See discussion leading up to the 8.0 release.

-- 
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL compliant interval implementation
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: SQL compliant interval implementation