|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.87 2002/04/03 05:39:27 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.88 2002/04/13 01:35:09 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="datatype">
|
@@ -506,13 +506,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.87 2002/04/03 05:39:27 pe
|
506 | 506 | <title>Arbitrary Precision Numbers</title>
|
507 | 507 |
|
508 | 508 | <para>
|
509 |
| - The type <type>numeric</type> can store numbers of practically |
510 |
| - unlimited size and precision, while being able to store all |
511 |
| - numbers and carry out all calculations exactly. It is especially |
512 |
| - recommended for storing monetary amounts and other quantities |
513 |
| - where exactness is required. However, the <type>numeric</type> |
514 |
| - type is very slow compared to the floating-point types described |
515 |
| - in the next section. |
| 509 | + The type <type>numeric</type> can store numbers with up to 1,000 |
| 510 | + digits of precision and perform calculations exactly. It is |
| 511 | + especially recommended for storing monetary amounts and other |
| 512 | + quantities where exactness is required. However, the |
| 513 | + <type>numeric</type> type is very slow compared to the |
| 514 | + floating-point types described in the next section. |
516 | 515 | </para>
|
517 | 516 |
|
518 | 517 | <para>
|
|