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