]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix character_sets view.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 9 Jan 2024 10:55:02 +0000 (19:55 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 9 Jan 2024 10:55:02 +0000 (19:55 +0900)
commitfb198942b3baf6b599dfaf6d78ecd4cd7c5ad1b7
treee9301473721b9a28ae3c7c64c6781ccbecfb6c79
parent17b6f39f19b1a54baac36f38b49067b0ce9fd7b0
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
doc/src/sgml/information_schema.sgml