Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d596736

Browse files
committed
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
1 parent 028b154 commit d596736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/information_schema.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@
697697
<para>
698698
An encoding of some character repertoire. Most older character
699699
repertoires only use one encoding form, and so there are no
700-
separate names for them (e.g., <literal>LATIN1</literal> is an
701-
encoding form applicable to the <literal>LATIN1</literal>
700+
separate names for them (e.g., <literal>LATIN2</literal> is an
701+
encoding form applicable to the <literal>LATIN2</literal>
702702
repertoire). But for example Unicode has the encoding forms
703703
<literal>UTF8</literal>, <literal>UTF16</literal>, etc. (not
704704
all supported by PostgreSQL). Encoding forms are not exposed

0 commit comments

Comments
 (0)