numeric/decimal docs bug?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема numeric/decimal docs bug?
Дата
Msg-id 20020302231423W.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: numeric/decimal docs bug?
Re: numeric/decimal docs bug?
Список pgsql-hackers
In datatype.sgml:
    The type numeric can store numbers of practically    unlimited size and precision,...

I think this is simply wrong since the current implementation of
numeric and decimal data types limit the precision up to 1000.

#define NUMERIC_MAX_PRECISION        1000

Comments?
--
Tatsuo Ishii


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