8000 doc: remove mention of backslash doubling in strings · postgres/postgres@0aeadb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0aeadb4

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 dbd1a06 commit 0aeadb4

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
@@ -563,7 +563,7 @@ U&'d!0061t!+000061' UESCAPE '!'
563563
<para>
564564
While the standard syntax for specifying string constants is usually
565565
convenient, it can be difficult to understand when the desired string
566-
contains many single quotes or backslashes, since each of those must
566+
contains many single quotes, since each of those must
567567
be doubled. To allow more readable queries in such situations,
568568
<productname>PostgreSQL</productname> provides another way, called
569569
<quote>dollar quoting</quote>, to write string constants.

0 commit comments

Comments
 (0)
0