Skip to content

Commit 2175d4f

Browse files
committed
Small correction/clarification in discussion of Unicode literals
1 parent c82d931 commit 2175d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/syntax.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.143 2010/04/03 07:22:56 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.144 2010/05/27 18:23:47 petere Exp $ -->
22

33
<chapter id="sql-syntax">
44
<title>SQL Syntax</title>
@@ -240,7 +240,7 @@ U&amp;"d!0061t!+000061" UESCAPE '!'
240240
the ASCII range (up to <literal>\007F</literal>) can be specified.
241241
Both the 4-digit and the 6-digit form can be used to specify
242242
UTF-16 surrogate pairs to compose characters with code points
243-
larger than <literal>\FFFF</literal> (although the availability of
243+
larger than U+FFFF (although the availability of
244244
the 6-digit form technically makes this unnecessary).
245245
</para>
246246

@@ -435,7 +435,7 @@ SELECT 'foo' 'bar';
435435
code points in the ASCII range (up to <literal>\u007F</>) can be
436436
specified. Both the 4-digit and the 8-digit form can be used to
437437
specify UTF-16 surrogate pairs to compose characters with code
438-
points larger than <literal>\FFFF</literal> (although the
438+
points larger than U+FFFF (although the
439439
availability of the 8-digit form technically makes this
440440
unnecessary).
441441
</para>
@@ -523,7 +523,7 @@ U&amp;'d!0061t!+000061' UESCAPE '!'
523523
specified.
524524
Both the 4-digit and the 6-digit form can be used to specify
525525
UTF-16 surrogate pairs to compose characters with code points
526-
larger than <literal>\FFFF</literal> (although the availability
526+
larger than U+FFFF (although the availability
527527
of the 6-digit form technically makes this unnecessary).
528528
</para>
529529

0 commit comments

Comments
 (0)