Re: [HACKERS] atttypmod

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] atttypmod
Дата
Msg-id 199802200319.WAA20990@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] atttypmod  (Brett McCormick <brett@work.chicken.org>)
Ответы Re: [HACKERS] atttypmod  (Brett McCormick <brett@work.chicken.org>)
Список pgsql-hackers
You could use atttypmod to have a type that has a default output format
that you specify at type creation time.

>
>
> How about having output options for types?  I know this can be
> implemented with functions and views, but it would be nice to able to
> output values in different formats by default (such as datetime =>
> seconds since the epoch)
>
> On Thu, 19 February 1998, at 22:04:34, Bruce Momjian wrote:
>
> > > Which functionality is that?
> > >
> > > On Thu, 19 February 1998, at 16:48:26, Bruce Momjian wrote:
> > >
> > > > Just to let people know, pg_attribute.atttypmod is now passed as the
> > > > third parameter to all in and out functions, so it is ready to go for
> > > > people who need this functionality.
> > >
> >
> > Things like decimal types with defined precision.  decimal(10,2).
> >
> > --
> > Bruce Momjian
> > maillist@candle.pha.pa.us
>


--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Brett McCormick
Дата:
Сообщение: Re: [HACKERS] atttypmod
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] atttypmod