diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index cd3678f732b..a5bb91fed9e 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1117,6 +1117,8 @@ SELECT '52093.89'::money::numeric::float8;
char(n) are aliases for character
varying(n) and
character(n), respectively.
+ If specified, the length must be greater than zero and cannot exceed
+ 10485760.
character without length specifier is equivalent to
character(1). If character varying is used
without length specifier, the type accepts strings of any size. The