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-0007Gl-60@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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/25fb6ba11575515d754477492a5ff83ef0c126c4

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