numeric/decimal docs bug?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема numeric/decimal docs bug?
Дата
Msg-id 20020302231423W.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: numeric/decimal docs bug?  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список 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 по дате отправления:

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: Oracle vs PostgreSQL in real life : NEWS!!!
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Oracle vs PostgreSQL in real life : NEWS!!!