diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 8113ddf817..4d883ecb8b 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1139,7 +1139,8 @@ SELECT '52093.89'::money::numeric::float8; advantages in some other database systems, there is no such advantage in PostgreSQL; in fact character(n) is usually the slowest of - the three because of its additional storage costs. In most situations + the three because of its additional storage costs and slower + sorting. In most situations text or character varying should be used instead.