From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: docs: remove use of escape strings and use bytea hex output |
Date: | 2018-09-21 23:55:23 |
Message-ID: | E1g3VGd-0004YN-QD@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2018-09-22 00:00:30 | Re: pgsql: In v11, disable JIT by default (it's still enabled by default in |
Previous Message | Tom Lane | 2018-09-21 19:58:44 | pgsql: Fix bogus tab-completion rule for CREATE PUBLICATION. |