8000
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 9bdad1b commit 62c49fcCopy full SHA for 62c49fc
doc/src/sgml/datatype.sgml
@@ -1217,6 +1217,8 @@ SELECT '52093.89'::money::numeric::float8;
1217
<type>char(<replaceable>n</replaceable>)</type> are aliases for <type>character
1218
varying(<replaceable>n</replaceable>)</type> and
1219
<type>character(<replaceable>n</replaceable>)</type>, respectively.
1220
+ If specified, the length must be greater than zero and cannot exceed
1221
+ 10485760.
1222
<type>character</type> without length specifier is equivalent to
1223
<type>character(1)</type>. If <type>character varying</type> is used
1224
without length specifier, the type accepts strings of any size. The
0 commit comments