File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.157 2005/05/01 15:54:46 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.158 2005/05/30 19:32:44 momjian Exp $
33-->
44
55 <chapter id="datatype">
@@ -1118,7 +1118,7 @@ SELECT b, char_length(b) FROM test2;
11181118 <para>
11191119 When entering <type>bytea</type> values, octets of certain values
11201120 <emphasis>must</emphasis> be escaped (but all octet values
1121- <emphasis>may </emphasis> be escaped) when used as part of a string
1121+ <emphasis>can </emphasis> be escaped) when used as part of a string
11221122 literal in an <acronym>SQL</acronym> statement. In general, to
11231123 escape an octet, it is converted into the three-digit octal number
11241124 equivalent of its decimal octet value, and preceded by two
Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.180 2005/02/26 18:39:04 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.181 2005/05/30 19:32:44 momjian Exp $
33-->
44
55 <chapter id="libpq">
@@ -2229,7 +2229,7 @@ unsigned char *PQescapeBytea(const unsigned char *from,
22292229
22302230<para>
22312231 Certain byte values <emphasis>must</emphasis> be escaped (but all
2232- byte values <emphasis>may </emphasis> be escaped) when used as part
2232+ byte values <emphasis>can </emphasis> be escaped) when used as part
22332233 of a <type>bytea</type> literal in an <acronym>SQL</acronym>
22342234 statement. In general, to escape a byte, it is converted into the
22352235 three digit octal number equal to the octet value, and preceded by
You can’t perform that action at this time.
0 commit comments