We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7acf6c commit 6600d5eCopy full SHA for 6600d5e
doc/src/sgml/datatype.sgml
@@ -435,7 +435,7 @@
435
the best balance between range, storage size, and performance.
436
The <type>smallint</type> type is generally only used if disk
437
space is at a premium. The <type>bigint</type> type should only
438
- be used if the <type>integer</type> range is insufficient,
+ be used if the range of the <type>integer</type> type is insufficient,
439
because the latter is definitely faster.
440
</para>
441
0 commit comments