|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="sql-syntax">
|
4 | 4 | <title>SQL Syntax</title>
|
@@ -240,7 +240,7 @@ U&"d!0061t!+000061" UESCAPE '!'
|
240 | 240 | the ASCII range (up to <literal>\007F</literal>) can be specified.
|
241 | 241 | Both the 4-digit and the 6-digit form can be used to specify
|
242 | 242 | UTF-16 surrogate pairs to compose characters with code points
|
243 |
| - larger than<literal>\FFFF</literal> (although the availability of |
| 243 | + larger thanU+FFFF (although the availability of |
244 | 244 | the 6-digit form technically makes this unnecessary).
|
245 | 245 | </para>
|
246 | 246 |
|
@@ -435,7 +435,7 @@ SELECT 'foo' 'bar';
|
435 | 435 | code points in the ASCII range (up to <literal>\u007F</>) can be
|
436 | 436 | specified. Both the 4-digit and the 8-digit form can be used to
|
437 | 437 | specify UTF-16 surrogate pairs to compose characters with code
|
438 |
| - points larger than<literal>\FFFF</literal> (although the |
| 438 | + points larger thanU+FFFF (although the |
439 | 439 | availability of the 8-digit form technically makes this
|
440 | 440 | unnecessary).
|
441 | 441 | </para>
|
@@ -523,7 +523,7 @@ U&'d!0061t!+000061' UESCAPE '!'
|
523 | 523 | specified.
|
524 | 524 | Both the 4-digit and the 6-digit form can be used to specify
|
525 | 525 | UTF-16 surrogate pairs to compose characters with code points
|
526 |
| - larger than<literal>\FFFF</literal> (although the availability |
| 526 | + larger thanU+FFFF (although the availability |
527 | 527 | of the 6-digit form technically makes this unnecessary).
|
528 | 528 | </para>
|
529 | 529 |
|
|