*** pgsql/doc/src/sgml/syntax.sgml 2010/04/03 07:22:56 1.143 --- pgsql/doc/src/sgml/syntax.sgml 2010/05/27 18:23:47 1.144 *************** *** 1,4 **** ! SQL Syntax --- 1,4 ---- ! SQL Syntax *************** U&"d!0061t!+000061" UESCAPE '!' *** 240,246 **** 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 the 6-digit form technically makes this unnecessary). --- 240,246 ---- 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 U+FFFF (although the availability of the 6-digit form technically makes this unnecessary). *************** SELECT 'foo' 'bar'; *** 435,441 **** 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 availability of the 8-digit form technically makes this unnecessary). --- 435,441 ---- 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 U+FFFF (although the availability of the 8-digit form technically makes this unnecessary). *************** U&'d!0061t!+000061' UESCAPE '!' *** 523,529 **** 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 the 6-digit form technically makes this unnecessary). --- 523,529 ---- 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 U+FFFF (although the availability of the 6-digit form technically makes this unnecessary).