Minor wordsmithing.
authorRobert Haas
Sat, 1 Jan 2011 22:50:31 +0000 (17:50 -0500)
committerRobert Haas
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 smallint type is generally only used if disk
      space is at a premium.  The bigint type should only
-     be used if the integer range is insufficient,
+     be used if the range of the integer type is insufficient,
      because the latter is definitely faster.