projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7acf6c
)
Minor wordsmithing.
author
Robert Haas
<rhaas@postgresql.org>
Sat, 1 Jan 2011 22:50:31 +0000
(17:50 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index af9938447b6b2a94d5af3adcd5bba916e9852313..f994eac45b31b342de30fd2ff8b0a5432b74925c 100644
(file)
--- 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> rang
e is insufficient,
+ be used if the
range of the <type>integer</type> typ
e is insufficient,
because the latter is definitely faster.
</para>