diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2009-02-10 19:29:39 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2009-02-10 19:29:39 +0000 |
| commit | 8b9dd6b5fd4e6052c593edd5d2fbe0e54da742ef (patch) | |
| tree | b038ec875c471f805ee49d48996d67b792c72294 /src/port/chklocale.c | |
| parent | 1cb54c2860f0679927104cc4ad2782db57c7b993 (diff) | |
| download | postgresql-8b9dd6b5fd4e6052c593edd5d2fbe0e54da742ef.tar.gz | |
Support for KOI8U encoding
Diffstat (limited to 'src/port/chklocale.c')
| -rw-r--r-- | src/port/chklocale.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 74f440abbe..864071d05e 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.10 2009/01/01 17:24:04 momjian Exp $ + * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.11 2009/02/10 19:29:39 petere Exp $ * *------------------------------------------------------------------------- */ @@ -123,6 +123,9 @@ static const struct encoding_match encoding_match_list[] = { {PG_KOI8R, "KOI8-R"}, {PG_KOI8R, "CP20866"}, + {PG_KOI8U, "KOI8-U"}, + {PG_KOI8U, "CP21866"}, + {PG_WIN866, "CP866"}, {PG_WIN874, "CP874"}, {PG_WIN1250, "CP1250"}, |
