|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.124 2008/10/2908:04:52 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.125 2008/10/2914:35:04 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="sql-syntax">
|
4 | 4 | <title>SQL Syntax</title>
|
@@ -485,7 +485,7 @@ U&'\0441\043B\043E\043D'
|
485 | 485 | the <literal>UESCAPE</literal><indexterm><primary>UESCAPE</primary></indexterm>
|
486 | 486 | clause after the string, for example:
|
487 | 487 | <programlisting>
|
488 |
| -U&'d!0061t!+000061' UESCAPE '!' |
| 488 | +U&'d!0061t!+000061' UESCAPE '!' |
489 | 489 | </programlisting>
|
490 | 490 | The escape character can be any single character other than a
|
491 | 491 | hexadecimal digit, the plus sign, a single quote, a double quote,
|
|