File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -1130,6 +1130,14 @@ SELECT '52093.89'::money::numeric::float8;
1130
1130
regular expressions.
1131
1131
</para>
1132
1132
1133
+ <para>
1134
+ The characters that can be stored in any of these data types are
1135
+ determined by the database character set, which is selected when
1136
+ the database is created. Regardless of the specific character set,
1137
+ the character with code zero (sometimes called NUL) cannot be stored.
1138
+ For more information refer to <xref linkend="multibyte"/>.
1139
+ </para>
1140
+
1133
1141
<para>
1134
1142
The storage requirement for a short string (up to 126 bytes) is 1 byte
1135
1143
plus the actual string, which includes the space padding in the case of
@@ -1167,10 +1175,7 @@ SELECT '52093.89'::money::numeric::float8;
1167
1175
<para>
1168
1176
Refer to <xref linkend="sql-syntax-strings"/> for information about
1169
1177
the syntax of string literals, and to <xref linkend="functions"/>
1170
- for information about available operators and functions. The
1171
- database character set determines the character set used to store
1172
- textual values; for more information on character set support,
1173
- refer to <xref linkend="multibyte"/>.
1178
+ for information about available operators and functions.
1174
1179
</para>
1175
1180
1176
1181
<example>
You can’t perform that action at this time.
0 commit comments