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
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/7f203d60f413007a654a0f9b7763ef986150ce95
Modified Files
--------------
doc/src/sgml/array.sgml | 27 ++----------------
doc/src/sgml/datatype.sgml | 71 +++++++++++++++++++++++++++-------------------
doc/src/sgml/func.sgml | 48 +++++++++++++++----------------
doc/src/sgml/lobj.sgml | 4 +--
doc/src/sgml/rowtypes.sgml | 2 +-
5 files changed, 72 insertions(+), 80 deletions(-)