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 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="datatype">
@@ -1118,7 +1118,7 @@ SELECT b, char_length(b) FROM test2;
1118
1118
<para>
1119
1119
When entering <type>bytea</type> values, octets of certain values
1120
1120
<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
1122
1122
literal in an <acronym>SQL</acronym> statement. In general, to
1123
1123
escape an octet, it is converted into the three-digit octal number
1124
1124
equivalent of its decimal octet value, and preceded by two
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="libpq">
@@ -2229,7 +2229,7 @@ unsigned char *PQescapeBytea(const unsigned char *from,
2229
2229
2230
2230
<para>
2231
2231
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
2233
2233
of a <type>bytea</type> literal in an <acronym>SQL</acronym>
2234
2234
statement. In general, to escape a byte, it is converted into the
2235
2235
three digit octal number equal to the octet value, and preceded by
You can’t perform that action at this time.
0 commit comments