pgsql: Doc: fix oversights in "Client/Server Character SetConversions" - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix oversights in "Client/Server Character SetConversions"
Date
Msg-id E1fwC6s-0007Gj-63@gemulon.postgresql.org
Whole thread Raw
List 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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9b0c58e6d43a75f6739e6b7d096f55dc32d27730

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid using potentially-under-aligned page buffers.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix initial sync of slot parent directory when restoring status