Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite916ad2

Browse files
committed
Mention precision of NUMERIC in docs.
1 parent6c19d67 commite916ad2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<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
506506
<title>Arbitrary Precision Numbers</title>
507507

508508
<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.
516515
</para>
517516

518517
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp