projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd1a06
)
doc: remove mention of backslash doubling in strings
author
Bruce Momjian
<
[email protected]
>
Fri, 8 Sep 2023 21:25:14 +0000
(17:25 -0400)
committer
Bruce Momjian
<
[email protected]
>
Fri, 8 Sep 2023 21:25:14 +0000
(17:25 -0400)
Reported-by: Laurenz Albe
Discussion: https://postgr.es/m/
0b03f91a875fb44182f5bed9e1d404ed6d138066
[email protected]
Author: Laurenz Albe
Backpatch-through: 11
doc/src/sgml/syntax.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/syntax.sgml
b/doc/src/sgml/syntax.sgml
index f23bec8b9dcd2fe21aa9fb1ed9de3b79b2cd4a3e..ec86da299e70fe3a055520bedb432904d88241ef 100644
(file)
--- a/
doc/src/sgml/syntax.sgml
+++ b/
doc/src/sgml/syntax.sgml
@@
-563,7
+563,7
@@
U&'d!0061t!+000061' UESCAPE '!'
<para>
While the standard syntax for specifying string constants is usually
convenient, it can be difficult to understand when the desired string
- contains many single quotes
or backslashes
, since each of those must
+ contains many single quotes, since each of those must
be doubled. To allow more readable queries in such situations,
<productname>PostgreSQL</productname> provides another way, called
<quote>dollar quoting</quote>, to write string constants.