projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4d2bd
)
Clarify that a non-specified precision NUMERIC has a very high range.
author
Bruce Momjian
<
[email protected]
>
Tue, 26 Apr 2011 15:54:57 +0000
(11:54 -0400)
committer
Bruce Momjian
<
[email protected]
>
Tue, 26 Apr 2011 15:54:57 +0000
(11:54 -0400)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 13b888dff8f7285fff3645c09f83fe66075af3b0..74408b0f3971cae0054f55bc485d09ab6397b4b6 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-529,8
+529,9
@@
NUMERIC
<para>
The maximum allowed precision when explicitely specified in the
type declaration is 1000; otherwise the current implementation
- of the <type>NUMERIC</type> is subject to the limits described
- in <xref linkend="datatype-numeric-table">.
+ of <type>NUMERIC</type> (when the precision is not specified)
+ is subject to the limits described in <xref
+ linkend="datatype-numeric-table">.
</para>
</note>