When entering bytea values, octets of certain values
must be escaped (but all octet values
- may be escaped) when used as part of a string
+ can be escaped) when used as part of a string
literal in an
SQL 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
Certain byte values must be escaped (but all
- byte values may be escaped) when used as part
+ byte values can be escaped) when used as part
of a
bytea literal in an
SQL
statement. In general, to escape a byte, it is converted into the
three digit octal number equal to the octet value, and preceded by