summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-08 17:25:15 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-08 17:25:15 -0400
commit5ab7c531edf710c9d75acb82afb7f6ce3489af66 (patch)
treed6c487a68839087ff5f6b1615a666787b14afa5a /doc/src
parent6cdd7b805e2b26aef61e070ce5bb1adca7bc3fe2 (diff)
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/syntax.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index b0ae5d2e127..feb73cf893e 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -555,7 +555,7 @@ U&amp;'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.