diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2005-04-12 14:19:43 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2005-04-12 14:19:43 +0000 |
commit | c580d945415e93294d9b67f283a1d2a5a773b609 (patch) | |
tree | 3ea8679a87968d018bb9c0c852449fda5ad2d3b1 | |
parent | 7ace43e0c2c1e00c3c5e87154a1e5ec61390285d (diff) | |
download | postgresql-c580d945415e93294d9b67f283a1d2a5a773b609.tar.gz postgresql-c580d945415e93294d9b67f283a1d2a5a773b609.zip |
Revert mistaken renaming of UTF-8.
-rw-r--r-- | src/bin/initdb/initdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 0a48b08d241..feaa54d9ea1 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -39,7 +39,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.79 2005/03/14 18:31:23 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.80 2005/04/12 14:19:43 petere Exp $ * *------------------------------------------------------------------------- */ @@ -721,7 +721,7 @@ struct encoding_match encoding_match_list[] = { {PG_JOHAB, "???"}, #endif - {PG_UTF8, "UTF8"}, + {PG_UTF8, "UTF-8"}, {PG_UTF8, "utf8"}, {PG_LATIN1, "ISO-8859-1"}, |