diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 071b9bc1dcef8e39658e5ad64af770d5309ff5c5..3aca944d95c0ea1815b69c46fa0f13cde3cc9d09 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -506,15 +506,14 @@ </para> <para> - We use the following terms below: The - <firstterm>scale</firstterm> of a <type>numeric</type> is the - count of decimal digits in the fractional part, to the right of - the decimal point. The <firstterm>precision</firstterm> of a - <type>numeric</type> is the total count of significant digits in - the whole number, that is, the number of digits to both sides of - the decimal point. So the number 23.5141 has a precision of 6 - and a scale of 4. Integers can be considered to have a scale of - zero. + We use the following terms below: the + <firstterm>precision</firstterm> of a <type>numeric</type> + is the total count of significant digits in the whole number, + that is, the number of digits to both sides of the decimal point. + The <firstterm>scale</firstterm> of a <type>numeric</type> is the + count of decimal digits in the fractional part, to the right of the + decimal point. So the number 23.5141 has a precision of 6 and a + scale of 4. Integers can be considered to have a scale of zero. </para> <para>