From: Peter Eisentraut Date: Thu, 27 May 2010 18:23:47 +0000 (+0000) Subject: Small correction/clarification in discussion of Unicode literals X-Git-Tag: REL9_0_BETA2~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2175d4fa59ece12afc62320ae84cf5e59b0667de;p=postgresql Small correction/clarification in discussion of Unicode literals --- diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 7259a47bbf..c9fa642345 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax @@ -240,7 +240,7 @@ U&"d!0061t!+000061" UESCAPE '!' the ASCII range (up to \007F) can be specified. Both the 4-digit and the 6-digit form can be used to specify UTF-16 surrogate pairs to compose characters with code points - larger than \FFFF (although the availability of + larger than U+FFFF (although the availability of the 6-digit form technically makes this unnecessary). @@ -435,7 +435,7 @@ SELECT 'foo' 'bar'; code points in the ASCII range (up to \u007F) can be specified. Both the 4-digit and the 8-digit form can be used to specify UTF-16 surrogate pairs to compose characters with code - points larger than \FFFF (although the + points larger than U+FFFF (although the availability of the 8-digit form technically makes this unnecessary). @@ -523,7 +523,7 @@ U&'d!0061t!+000061' UESCAPE '!' specified. Both the 4-digit and the 6-digit form can be used to specify UTF-16 surrogate pairs to compose characters with code points - larger than \FFFF (although the availability + larger than U+FFFF (although the availability of the 6-digit form technically makes this unnecessary).