pgsql: Doc: fix oversights in "Client/Server Character Set Conversions"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix oversights in "Client/Server Character Set Conversions"
Date: 2018-09-01 20:03:06
Message-ID: E1fwC6s-0007Gh-5L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix oversights in "Client/Server Character Set Conversions" table.

This table claimed that JOHAB could be used as a server encoding, which
was true originally but hasn't been true since 8.3. It also lacked
entries for EUC_JIS_2004 and SHIFT_JIS_2004.

JOHAB problem noted by Lars Kanis, the others by me.

Discussion: https://postgr.es/m/c0f514a1-b7a9-b9ea-1c02-c34aead56c06@greiz-reinsdorf.de

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3099eec7468f081d638be25475f2c5b43b7d1f88

Modified Files
--------------
doc/src/sgml/charset.sgml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-09-02 19:42:32 pgsql: Fix initial sync of slot parent directory when restoring status
Previous Message Tom Lane 2018-09-01 19:27:44 pgsql: Avoid using potentially-under-aligned page buffers.