MULE_INTERNAL

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: a(dot)g(dot)nienhuis(at)gmail(dot)com
Subject: MULE_INTERNAL
Date: 2019-01-16 13:37:36
Message-ID: 154764585619.1294.10999066086484122017@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tatsuo Ishii 2019-01-17 00:17:43 Re: MULE_INTERNAL
Previous Message PG Doc comments form 2019-01-15 10:19:22 Clarify behaviour of ADD COLUMN for partitioned tables