Mention precision of NUMERIC in docs.
authorBruce Momjian
Sat, 13 Apr 2002 01:35:09 +0000 (01:35 +0000)
committerBruce Momjian
Sat, 13 Apr 2002 01:35:09 +0000 (01:35 +0000)
doc/src/sgml/datatype.sgml

index 1dbf460cf4c59fe756e4646b7ad6c426c5b0cd58..576000d73d4d670d663f3e31d903a4a402c0aeb3 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -506,13 +506,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.87 2002/04/03 05:39:27 pe
     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.
+     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.