Doc: fix character_sets view.

Tatsuo Ishii <ishii@postgresql.org>

Commit: 469d836a90cca12e730512a445e1d78b9bc6039e
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2024-01-09T10:56:00Z
Releases: 12.18
Doc: fix character_sets view.

The note regarding character encoding form in "The Information Schema"
said that LATIN1 character repertoires only use one encoding form
LATIN1. This is not correct because LATIN1 has another encoding form
ISO-2022-JP-2. To fix this, replace LATIN1 with LATIN2, which is not
supported by ISO-2022-JP-2, thus it can be said that LATIN2 only uses
one encoding form.

Back-patch to supported branches.

Author: Tatsuo Ishii
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/flat/20240102.153925.1147403616414525145.t-ishii%40sranhm.sra.co.jp

Files

PathChange+/−
doc/src/sgml/information_schema.sgml modified +2 −2

Documentation touched

Discussion

Cited messages not in the archive: flat/20240102.153925.1147403616414525145.t-ishii@sranhm.sra.co.jp