Commit fd4c7754 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 5ea214b5
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.119 2003/06/25 03:50:52 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.120 2003/07/18 03:45:06 momjian Exp $
--> -->
<chapter id="datatype"> <chapter id="datatype">
...@@ -1062,8 +1062,9 @@ SELECT b, char_length(b) FROM test2; ...@@ -1062,8 +1062,9 @@ SELECT b, char_length(b) FROM test2;
literal in an <acronym>SQL</acronym> statement. In general, to literal in an <acronym>SQL</acronym> statement. In general, to
escape an octet, it is converted into the three-digit octal number escape an octet, it is converted into the three-digit octal number
equivalent of its decimal octet value, and preceded by two equivalent of its decimal octet value, and preceded by two
backslashes. Some octet values have alternate escape sequences, as backslashes. <xref linkend="datatype-binary-sqlesc"> contains the
shown in <xref linkend="datatype-binary-sqlesc">. characters which must be escaped, and gives the alternate escape
sequences where applicable.
</para> </para>
<table id="datatype-binary-sqlesc"> <table id="datatype-binary-sqlesc">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment