Re: extended operator classes vs. type interfaces

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: extended operator classes vs. type interfaces
Дата
Msg-id 1270849517.32090.329.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Re: extended operator classes vs. type interfaces  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, 2010-04-09 at 11:14 -0400, Robert Haas wrote:
> > range of integers with increment y, if x<>y? Maybe the increment step and
> > continuous/discrete could be typmods.
> 
> Nope, not enough bits available there. 

I think the problem is deeper than that. Typmods aren't carried along as
part of the result of a function call, so typmod is not really a part of
the type at all -- it's more a property of the column.

Regards,Jeff Davis



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Gsoc XQuery
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: extended operator classes vs. type interfaces