Re: reducing NUMERIC size for 9.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reducing NUMERIC size for 9.1
Дата
Msg-id 16754.1280466833@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: reducing NUMERIC size for 9.1  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: reducing NUMERIC size for 9.1  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> But, looking at it a bit more carefully, isn't the maximum-size logic
> for numeric rather bogus?

Perhaps, but I think you're confused on at least one point.
numeric(2,1) has to be able to hold 2 decimal digits, not 2
NumericDigits (which'd actually be 8 decimal digits given
the current code).
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: reducing NUMERIC size for 9.1
Следующее
От: Dave Page
Дата:
Сообщение: Re: ERROR: argument to pg_get_expr() must come from system catalogs