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

Commit 320a27a

Browse files
committed
doc: remove mention of backslash doubling in strings
Reported-by: Laurenz Albe Discussion: https://postgr.es/m/0b03f91a875fb44182f5bed9e1d404ed6d138066.camel@cybertec.at Author: Laurenz Albe Backpatch-through: 11
1 parent 28ed5ec commit 320a27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/syntax.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ U&'d!0061t!+000061' UESCAPE '!'
555555
<para>
556556
While the standard syntax for specifying string constants is usually
557557
convenient, it can be difficult to understand when the desired string
558-
contains many single quotes or backslashes, since each of those must
558+
contains many single quotes, since each of those must
559559
be doubled. To allow more readable queries in such situations,
560560
<productname>PostgreSQL</productname> provides another way, called
561561
<quote>dollar quoting</quote>, to write string constants.

0 commit comments

Comments
 (0)