Re: List of encodings - Mailing list pgsql-general

From David G. Johnston
Subject Re: List of encodings
Date
Msg-id CAKFQuwZOH6BPtaWJKr9jRGxdJt05YtLAZn1s_fYt=uzAASm9CQ@mail.gmail.com
Whole thread
In response to List of encodings  (Igor Korot <ikorot01@gmail.com>)
Responses Re: List of encodings
List pgsql-general
On Friday, April 17, 2026, Igor Korot <ikorot01@gmail.com> wrote:
Hi, ALL,
Does the list shown in
https://www.postgresql.org/docs/current/multibyte.html#MULTIBYTE-CHARSET-SUPPORTED
stored somewhere in INFORMATION_SCHEMA?

This wouldn’t be under the purview of information schema.  You can find pg-specific pieces though:


Note the function used to convert ids to names.
 

Or is it hard coded inside the PostgreSQL codebase?

 Yes.  Doesn’t preclude exposing it via SQL but we don’t do so directly.

David J.

pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: List of encodings
Next
From: Tom Lane
Date:
Subject: Re: List of encodings