Re: numeric/decimal docs bug?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: numeric/decimal docs bug?
Дата
Msg-id Pine.LNX.4.30.0203102007390.684-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> > #define NUMERIC_MAX_PRECISION        1000
>
> I was thinking just the other day that there's no reason for that
> limit to be so low.  Jan, couldn't we bump it up to 8 or 16K or so?

Why have an arbitrary limit at all?  Set it to INT_MAX, or whatever the
index variables have for a type.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: need help
Следующее
От: Tom Lane
Дата:
Сообщение: Re: numeric/decimal docs bug?