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

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

From
Bruce Momjian
Date:
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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2f0c19ce4eaf902f9ae5eaaa2e9a8544decf41e5

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(-)