pgsql: doc: \123 and \x12 escapes in COPY are in database encoding.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: \123 and \x12 escapes in COPY are in database encoding.
Date: 2021-08-17 08:27:30
Message-ID: E1mFuRW-00066E-JD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: \123 and \x12 escapes in COPY are in database encoding.

The backslash sequences, including \123 and \x12 escapes, are interpreted
after encoding conversion. The docs failed to mention that.

Backpatch to all supported versions.

Reported-by: Andreas Grob
Discussion: https://www.postgresql.org/message-id/17142-9181542ca1df75ab%40postgresql.org

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7d6d1555926ae6c5b24016a3399b5cdf73fe712f

Modified Files
--------------
doc/src/sgml/ref/copy.sgml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-08-17 08:56:37 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o
Previous Message Dilip Kumar 2021-08-17 08:00:06 Re: pgsql: pgstat: Bring up pgstat in BaseInit() to fix uninitialized use o