Skip to content

Commit fd4c775

Browse files
committed
Stephen Robert Norris wrote:
> Well, no. What it says is that certain values must be escaped (but > doesn't say which ones). Then it says there are alternate escape > sequences for some values, which it lists. > > It doesn't say "The following table contains the characters which must > be escaped:", which would be much clearer (and actually useful). Attached documentation patch updates the wording for bytea input escaping, per complaint by Stephen Norris above. Joe Conway
1 parent 5ea214b commit fd4c775

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.119 2003/06/25 03:50:52 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.120 2003/07/18 03:45:06 momjian Exp $
33
-->
44

55
<chapter id="datatype">
@@ -1062,8 +1062,9 @@ SELECT b, char_length(b) FROM test2;
10621062
literal in an <acronym>SQL</acronym> statement. In general, to
10631063
escape an octet, it is converted into the three-digit octal number
10641064
equivalent of its decimal octet value, and preceded by two
1065-
backslashes. Some octet values have alternate escape sequences, as
1066-
shown in <xref linkend="datatype-binary-sqlesc">.
1065+
backslashes. <xref linkend="datatype-binary-sqlesc"> contains the
1066+
characters which must be escaped, and gives the alternate escape
1067+
sequences where applicable.
10671068
</para>
10681069

10691070
<table id="datatype-binary-sqlesc">

0 commit comments

Comments
 (0)