diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index be63b79c5be..348e1427735 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -1062,8 +1062,9 @@ SELECT b, char_length(b) FROM test2; literal in an SQL statement. In general, to escape an octet, it is converted into the three-digit octal number equivalent of its decimal octet value, and preceded by two - backslashes. Some octet values have alternate escape sequences, as - shown in . + backslashes. contains the + characters which must be escaped, and gives the alternate escape + sequences where applicable.