File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1014,12 +1014,12 @@ SELECT '52093.89'::money::numeric::float8;
1014
1014
with spaces to the specified width <replaceable>n</>, and are
1015
1015
stored and displayed that way. However, the padding spaces are
1016
1016
treated as semantically insignificant. Trailing spaces are
1017
- disregarded when non-pattern comparing two values of type <type>character</type>,
1017
+ disregarded when comparing two values of type <type>character</type>,
1018
1018
and they will be removed when converting a <type>character</type> value
1019
1019
to one of the other string types. Note that trailing spaces
1020
1020
<emphasis>are</> semantically significant in
1021
1021
<type>character varying</type> and <type>text</type> values, and
1022
- when using pattern matching comparisons , e.g. <literal>LIKE</>,
1022
+ when using pattern matching, e.g. <literal>LIKE</>,
1023
1023
regular expressions.
1024
1024
</para>
1025
1025
You can’t perform that action at this time.
0 commit comments