|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.156 2005/03/13 09:36:30 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.157 2005/05/01 15:54:46 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="datatype">
|
@@ -505,7 +505,9 @@ NUMERIC
|
505 | 505 | trailing zeroes. Thus, the declared precision and scale of a column
|
506 | 506 | are maximums, not fixed allocations. (In this sense the <type>numeric</>
|
507 | 507 | type is more akin to <type>varchar(<replaceable>n</>)</type>
|
508 |
| - than to <type>char(<replaceable>n</>)</type>.) |
| 508 | + than to <type>char(<replaceable>n</>)</type>.) The actual storage |
| 509 | + requirement is two bytes for each group of four decimal digits, |
| 510 | + plus eight bytes overhead. |
509 | 511 | </para>
|
510 | 512 |
|
511 | 513 | <para>
|
|