Minor wordsmithing.
authorRobert Haas <rhaas@postgresql.org>
Sat, 1 Jan 2011 22:50:31 +0000 (17:50 -0500)
committerRobert Haas <rhaas@postgresql.org>
Sat, 1 Jan 2011 22:50:31 +0000 (17:50 -0500)
As suggested by Tom Lane, in response to a gripe from Leslie S Satenstein.

doc/src/sgml/datatype.sgml

index af9938447b6b2a94d5af3adcd5bba916e9852313..f994eac45b31b342de30fd2ff8b0a5432b74925c 100644 (file)
      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>