|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<!-- |
|
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.157 2005/05/01 15:54:46 tgl Exp $ |
|
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.158 2005/05/30 19:32:44 momjian Exp $ |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<chapter id="datatype"> |
|
|
|
|
@ -1118,7 +1118,7 @@ SELECT b, char_length(b) FROM test2; |
|
|
|
|
<para> |
|
|
|
|
When entering <type>bytea</type> values, octets of certain values |
|
|
|
|
<emphasis>must</emphasis> be escaped (but all octet values |
|
|
|
|
<emphasis>may</emphasis> be escaped) when used as part of a string |
|
|
|
|
<emphasis>can</emphasis> be escaped) when used as part of a string |
|
|
|
|
literal in an <acronym>SQL</acronym> 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 |
|
|
|
|
|