Skip to content

Commit 63c6522

Browse files
committed
9.5 release notes: mention lack of char() sort improvements
Report by Peter Geoghegan Backpatch through 9.5
1 parent bff62df commit 63c6522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/datatype.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,8 @@ SELECT '52093.89'::money::numeric::float8;
11141114
advantages in some other database systems, there is no such advantage in
11151115
<productname>PostgreSQL</productname>; in fact
11161116
<type>character(<replaceable>n</>)</type> is usually the slowest of
1117-
the three because of its additional storage costs. In most situations
1117+
the three because of its additional storage costs and slower
1118+
sorting. In most situations
11181119
<type>text</type> or <type>character varying</type> should be used
11191120
instead.
11201121
</para>

0 commit comments

Comments
 (0)