summaryrefslogtreecommitdiff
path: root/src/port/chklocale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/chklocale.c')
-rw-r--r--src/port/chklocale.c5
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"},