Re: AW: AW: [HACKERS] Re: atttypmod of 0

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: AW: AW: [HACKERS] Re: atttypmod of 0
Дата
Msg-id 199802061801.NAA15051@candle.pha.pa.us
обсуждение исходный текст
Ответ на AW: AW: [HACKERS] Re: atttypmod of 0  (Zeugswetter Andreas DBT <Andreas.Zeugswetter@telecom.at>)
Список pgsql-hackers
>
> I guess I don't have a strong opinion on that. Since atttypmod is also
> intended for
> decimal and others, I think the default has to be type specific anyway,
> like 0 digits after the comma for decimal.
> I would prefer an atttypmod that does not include the VARHDRSZ for
> varchar though.
> Then it would simply be the max length (better for humans reading the
> system catalog).
> The default of zero would still be no problem I guess, since max zero
> length is still nonsense.

I indented to change it to -1 when we start using atttypmod for more
types that just char() and varchar().

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

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Bug?
Следующее
От: Costin Oproiu
Дата:
Сообщение: Re: [HACKERS] Some performance issues (since everybody is testing ... :)