Skip to content

Commit a54c21a

Browse files
committed
Wording improvement (may -> can)
1 parent ac25dbd commit a54c21a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)