MULE_INTERNAL - Mailing list pgsql-docs

From PG Doc comments form
Subject MULE_INTERNAL
Date
Msg-id 154764585619.1294.10999066086484122017@wrigleys.postgresql.org
Whole thread Raw
Responses Re: MULE_INTERNAL  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/multibyte.html
Description:

The documentation says that UTF-8 can be converted to any encoding:

UTF8     all supported encodings

That's not true:

db => SET CLIENT_ENCODING TO 'MULE_INTERNAL';
ERROR:  invalid value for parameter "client_encoding": "MULE_INTERNAL"
DETAIL:  Conversion between MULE_INTERNAL and UTF8 is not supported.

Maybe MULE shouldn't be a supported encoding.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Clarify behaviour of ADD COLUMN for partitioned tables
Next
From: Tatsuo Ishii
Date:
Subject: Re: MULE_INTERNAL