From 6600d5e91c754789002ed794c18cb856c190f58f Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Sat, 1 Jan 2011 17:50:31 -0500
Subject: [PATCH] Minor wordsmithing.

As suggested by Tom Lane, in response to a gripe from Leslie S Satenstein.
---
 doc/src/sgml/datatype.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>