numeric/decimal docs bug? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject numeric/decimal docs bug?
Date
Msg-id 20020302231423W.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: numeric/decimal docs bug?  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
List 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 by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Oracle vs PostgreSQL in real life : NEWS!!!
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Oracle vs PostgreSQL in real life : NEWS!!!