diff options
author | Bruce Momjian | 2023-09-08 21:25:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-09-08 21:25:15 +0000 |
commit | 320a27aab6c6797bfb0213b6b7a252da0b33637d (patch) | |
tree | 289870f45a85bca8258c567e196268130e96509b | |
parent | 28ed5ecbe07121fd55d081e5be1f297a6177c779 (diff) |
doc: remove mention of backslash doubling in strings
Reported-by: Laurenz Albe
Discussion: https://postgr.es/m/[email protected]
Author: Laurenz Albe
Backpatch-through: 11
-rw-r--r-- | doc/src/sgml/syntax.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 5668ab0143..3ba844057f 100644 --- a/doc/src/sgml/syntax.sgml +++ b/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. |