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
pull/158/head
Bruce Momjian 2 years ago
parent 6cdd7b805e
commit 5ab7c531ed
  1. 2
      doc/src/sgml/syntax.sgml

@ -555,7 +555,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.

Loading…
Cancel
Save