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

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DBT
Тема AW: AW: [HACKERS] Re: atttypmod of 0
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51C1@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: AW: [HACKERS] Re: atttypmod of 0
Список 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.

Andreas

> > Yes, I think to change atttypmod to default to -1 would be the right
> > thing,
> > since the empty string '' really has a length of 0,
> > We could think of -1 as: We don't know how long this field will be.
> > 0 would mean the field has 0 bytes.
>
> Field has varlena == 4, so zero is not possible, but I could still
> change to -1 for clarity.
>

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AW: [HACKERS] Re: atttypmod of 0
Следующее
От: Tom I Helbekkmo
Дата:
Сообщение: Re: [HACKERS] Bug?