File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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;
10141014 with spaces to the specified width <replaceable>n</>, and are
10151015 stored and displayed that way. However, the padding spaces are
10161016 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>,
10181018 and they will be removed when converting a <type>character</type> value
10191019 to one of the other string types. Note that trailing spaces
10201020 <emphasis>are</> semantically significant in
10211021 <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</>,
10231023 regular expressions.
10241024 </para>
10251025
You can’t perform that action at this time.
0 commit comments