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 91b442a commit c713194Copy full SHA for c713194
doc/src/sgml/datatype.sgml
@@ -1098,6 +1098,8 @@ SELECT '52093.89'::money::numeric::float8;
1098
<type>char(<replaceable>n</>)</type> are aliases for <type>character
1099
varying(<replaceable>n</>)</type> and
1100
<type>character(<replaceable>n</>)</type>, respectively.
1101
+ If specified, the length must be greater than zero and cannot exceed
1102
+ 10485760.
1103
<type>character</type> without length specifier is equivalent to
1104
<type>character(1)</type>. If <type>character varying</type> is used
1105
without length specifier, the type accepts strings of any size. The
0 commit comments