Thanks to visit codestin.com Credit goes to github.com
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 56c8ce8 commit 8190f2dCopy full SHA for 8190f2d
doc/src/sgml/datatype.sgml
@@ -1139,7 +1139,8 @@ SELECT '52093.89'::money::numeric::float8;
1139
advantages in some other database systems, there is no such advantage in
1140
<productname>PostgreSQL</productname>; in fact
1141
<type>character(<replaceable>n</>)</type> is usually the slowest of
1142
- the three because of its additional storage costs. In most situations
+ the three because of its additional storage costs and slower
1143
+ sorting. In most situations
1144
<type>text</type> or <type>character varying</type> should be used
1145
instead.
1146
</para>
0 commit comments