aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-04-26 23:43:15 -0400
committerBruce Momjian <bruce@momjian.us>2011-04-26 23:43:44 -0400
commit8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7 (patch)
tree563a44d9568d0b880ca6f2c6921e50af542f7b36
parent71e7083532d8f6ad0cf345c3cc534b0307e816a8 (diff)
downloadpostgresql-8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7.tar.gz
postgresql-8ce83b5bdc532e716c39b6a04f1edda7e5e66cc7.zip
Reword documentation for NUMERIC with no specified precision.
-rw-r--r--doc/src/sgml/datatype.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 74408b0f397..507c382797c 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -527,10 +527,9 @@ NUMERIC
<note>
<para>
- The maximum allowed precision when explicitely specified in the
- type declaration is 1000; otherwise the current implementation
- of <type>NUMERIC</type> (when the precision is not specified)
- is subject to the limits described in <xref
+ The maximum allowed precision when explicitly specified in the
+ type declaration is 1000; <type>NUMERIC</type> with no specified
+ precision is subject to the limits described in <xref
linkend="datatype-numeric-table">.
</para>
</note>