Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f05bed

Browse files
committed
Fix markup for CHAR() doc patch
1 parent423f69a commit3f05bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ SELECT '52093.89'::money::numeric::float8;
10821082
semantically insignificant and disregarded when comparing two values
10831083
of type <type>character</type>. In collations where whitespace
10841084
is significant, this behavior can produce unexpected results,
1085-
e.g. <command>SELECT 'a '::CHAR(2) collate "C"< 'a\n'::CHAR(2)
1086-
returns true.
1085+
e.g. <command>SELECT 'a '::CHAR(2) collate "C"&lt;
1086+
'a\n'::CHAR(2)</command>returns true.
10871087
Trailing spaces are removed when converting a <type>character</type> value
10881088
to one of the other string types. Note that trailing spaces
10891089
<emphasis>are</> semantically significant in

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp