We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff62df commit 63c6522Copy full SHA for 63c6522
doc/src/sgml/datatype.sgml
@@ -1114,7 +1114,8 @@ SELECT '52093.89'::money::numeric::float8;
1114
advantages in some other database systems, there is no such advantage in
1115
<productname>PostgreSQL</productname>; in fact
1116
<type>character(<replaceable>n</>)</type> is usually the slowest of
1117
- the three because of its additional storage costs. In most situations
+ the three because of its additional storage costs and slower
1118
+ sorting. In most situations
1119
<type>text</type> or <type>character varying</type> should be used
1120
instead.
1121
</para>
0 commit comments