docs: remove use of escape strings and use bytea hex output

Bruce Momjian <bruce@momjian.us>

Commit: f77de4b0c0ad8c351223929b6fb3ee5c300a9979
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-09-21T23:55:07Z
Releases: 12.0
docs:  remove use of escape strings and use bytea hex output

standard_conforming_strings defaulted to 'on' in PG 9.1.
bytea_output defaulted to 'hex' in PG 9.0.

Reported-by: André Hänsel

Discussion: https://postgr.es/m/12e601d447ac$345994a0$9d0cbde0$@webkr.de

Backpatch-through: 9.3

Files

PathChange+/−
doc/src/sgml/array.sgml modified +3 −24
doc/src/sgml/datatype.sgml modified +42 −29
doc/src/sgml/func.sgml modified +24 −24
doc/src/sgml/lobj.sgml modified +2 −2
doc/src/sgml/rowtypes.sgml modified +1 −1

Documentation touched