diff options
| author | Bruce Momjian | 2023-09-08 21:25:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2023-09-08 21:25:14 +0000 |
| commit | 0aeadb4f7974189ca057830f8c0e424f70e4cf70 (patch) | |
| tree | 3c80cf27cb5e7fd8b9f02b4273708881617b3886 | |
| parent | dbd1a06c97f5a2f0c13b05cee1d1ca292ed77f7f (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
| -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 f23bec8b9dc..ec86da299e7 100644 --- 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. |
