We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7465ae0 commit915cd10Copy full SHA for 915cd10
doc/src/sgml/datatype.sgml
@@ -1014,12 +1014,12 @@ SELECT '52093.89'::money::numeric::float8;
1014
with spaces to the specified width <replaceable>n</>, and are
1015
stored and displayed that way. However, the padding spaces are
1016
treated as semantically insignificant. Trailing spaces are
1017
- disregarded whennon-patterncomparing two values of type <type>character</type>,
+ disregarded when comparing two values of type <type>character</type>,
1018
and they will be removed when converting a <type>character</type> value
1019
to one of the other string types. Note that trailing spaces
1020
<emphasis>are</> semantically significant in
1021
<type>character varying</type> and <type>text</type> values, and
1022
- when using pattern matching comparisons, e.g. <literal>LIKE</>,
+ when using pattern matching, e.g. <literal>LIKE</>,
1023
regular expressions.
1024
</para>
1025