Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3276599

Browse files
committed
Remove tab from sgml file.
1 parent d083bd7 commit 3276599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/syntax.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.124 2008/10/29 08:04:52 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.125 2008/10/29 14:35:04 momjian Exp $ -->
22

33
<chapter id="sql-syntax">
44
<title>SQL Syntax</title>
@@ -485,7 +485,7 @@ U&'\0441\043B\043E\043D'
485485
the <literal>UESCAPE</literal><indexterm><primary>UESCAPE</primary></indexterm>
486486
clause after the string, for example:
487487
<programlisting>
488-
U&'d!0061t!+000061' UESCAPE '!'
488+
U&'d!0061t!+000061' UESCAPE '!'
489489
</programlisting>
490490
The escape character can be any single character other than a
491491
hexadecimal digit, the plus sign, a single quote, a double quote,

0 commit comments

Comments
 (0)