diff options
author | Peter Eisentraut | 2009-04-06 19:34:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-04-06 19:34:52 +0000 |
commit | 150428ac16291bbb4946c5ba880f8ea61bc073dc (patch) | |
tree | cea55aa25bd9320fa56c0c0f73ffe4db5ecf016f | |
parent | 60a78a7ee39fcaf6067a26534cf8c2ac41ffd0c2 (diff) |
Add entry in the encoding number to OS name table for KOI8-U.
-rw-r--r-- | src/backend/utils/mb/mbutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/mb/mbutils.c b/src/backend/utils/mb/mbutils.c index 661545801b..cb05b3f934 100644 --- a/src/backend/utils/mb/mbutils.c +++ b/src/backend/utils/mb/mbutils.c @@ -911,6 +911,7 @@ static const struct codeset_map { {PG_LATIN9, "LATIN-9"}, {PG_LATIN10, "LATIN10"}, {PG_KOI8R, "KOI8-R"}, + {PG_KOI8U, "KOI8-U"}, {PG_WIN1250, "CP1250"}, {PG_WIN1251, "CP1251"}, {PG_WIN1252, "CP1252"}, |