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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: docs: remove use of escape strings and use bytea hex output
Дата
Msg-id E1g3VGd-0004YL-Pk@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f77de4b0c0ad8c351223929b6fb3ee5c300a9979

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus tab-completion rule for CREATE PUBLICATION.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: In v11, disable JIT by default (it's still enabled bydefault in