Minor wordsmithing.

As suggested by Tom Lane, in response to a gripe from Leslie S Satenstein.
This commit is contained in:
Robert Haas 2011-01-01 17:50:31 -05:00
parent d7acf6cc4a
commit 6600d5e91c
1 changed files with 1 additions and 1 deletions

View File

@ -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>