diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index af9938447b..f994eac45b 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 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.