aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-01-01 17:50:31 -0500
committerRobert Haas <rhaas@postgresql.org>2011-01-01 17:50:31 -0500
commit6600d5e91c754789002ed794c18cb856c190f58f (patch)
treeed26b045fc1d791371bd1ce075e2856bf08ae9a0
parentd7acf6cc4a1ae53fcd5b4a8a702c43a267f33ba3 (diff)
downloadpostgresql-6600d5e91c754789002ed794c18cb856c190f58f.tar.gz
postgresql-6600d5e91c754789002ed794c18cb856c190f58f.zip
Minor wordsmithing.
As suggested by Tom Lane, in response to a gripe from Leslie S Satenstein.
-rw-r--r--doc/src/sgml/datatype.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index af9938447b6..f994eac45b3 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -435,7 +435,7 @@
the best balance between range, storage size, and performance.
The <type>smallint</type> type is generally only used if disk
space is at a premium. The <type>bigint</type> type should only
- be used if the <type>integer</type> range is insufficient,
+ be used if the range of the <type>integer</type> type is insufficient,
because the latter is definitely faster.
</para>