pgsql: Doc: fix character_sets view.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Doc: fix character_sets view.
Дата
Msg-id E1rN9wh-000bvU-AN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d596736a499858de800cabb241c0107c978f1b95

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: An addition to 8c441c08279
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Doc: fix character_sets view.