We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e2315 commit 5ae9f82Copy full SHA for 5ae9f82
src/backend/utils/mb/mbutils.c
@@ -4,7 +4,7 @@
4
*
5
* Tatsuo Ishii
6
7
- * $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.83 2009/04/02 17:30:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.84 2009/04/06 19:34:52 petere Exp $
8
*/
9
#include "postgres.h"
10
@@ -911,6 +911,7 @@ static const struct codeset_map {
911
{PG_LATIN9, "LATIN-9"},
912
{PG_LATIN10, "LATIN10"},
913
{PG_KOI8R, "KOI8-R"},
914
+ {PG_KOI8U, "KOI8-U"},
915
{PG_WIN1250, "CP1250"},
916
{PG_WIN1251, "CP1251"},
917
{PG_WIN1252, "CP1252"},
0 commit comments