Re: Range Types, discrete and/or continuous

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Range Types, discrete and/or continuous
Дата
Msg-id 1288029716.8645.4.camel@jdavis-ux.asterdata.local
обсуждение исходный текст
Ответ на Re: Range Types, discrete and/or continuous  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Range Types, discrete and/or continuous  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, 2010-10-25 at 12:20 -0500, Kevin Grittner wrote:
> It would be very useful to be able to specify a granularity -- for
> example timestamps with a five minute granularity would be useful
> for scheduling appointments. In some cases the granularity might be
> inferred -- if we have a domain defined as numeric(13,2), it would
> be nice if the default granularity was 0.01::numeric.

I don't think typmod really helps us much. It's more a property of the
column than the type.

To specify different granularities, I don't think we can avoid
specifying new types with their own entries in pg_type.

Regards,Jeff Davis



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: ask for review of MERGE
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: add label to enum syntax