Index: datatype.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v retrieving revision 1.87 diff -c -r1.87 datatype.sgml *** datatype.sgml 3 Apr 2002 05:39:27 -0000 1.87 --- datatype.sgml 13 Apr 2002 01:26:54 -0000 *************** *** 506,518 **** Arbitrary Precision Numbers ! The type numeric can store numbers of practically ! unlimited size and precision, while being able to store all ! numbers and carry out all calculations exactly. It is especially ! recommended for storing monetary amounts and other quantities ! where exactness is required. However, the numeric ! type is very slow compared to the floating-point types described ! in the next section. --- 506,517 ---- Arbitrary Precision Numbers ! The type numeric can store numbers with up to 1,000 ! digits of precision and perform calculations exactly. It is ! especially recommended for storing monetary amounts and other ! quantities where exactness is required. However, the ! numeric type is very slow compared to the ! floating-point types described in the next section.