forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd596736
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 formLATIN1. This is not correct because LATIN1 has another encoding formISO-2022-JP-2. To fix this, replace LATIN1 with LATIN2, which is notsupported by ISO-2022-JP-2, thus it can be said that LATIN2 only usesone encoding form.Back-patch to supported branches.Author: Tatsuo IshiiReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/flat/20240102.153925.1147403616414525145.t-ishii%40sranhm.sra.co.jp1 parent028b154 commitd596736
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 |
| - | |
701 |
| - | |
| 700 | + | |
| 701 | + | |
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
|
0 commit comments
Comments
(0)