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 7ace43e commit c580d94Copy full SHA for c580d94
src/bin/initdb/initdb.c
@@ -39,7 +39,7 @@
39
* Portions Copyright (c) 1994, Regents of the University of California
40
* Portions taken from FreeBSD.
41
*
42
- * $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 $
43
44
*-------------------------------------------------------------------------
45
*/
@@ -721,7 +721,7 @@ struct encoding_match encoding_match_list[] = {
721
{PG_JOHAB, "???"},
722
#endif
723
724
- {PG_UTF8, "UTF8"},
+ {PG_UTF8, "UTF-8"},
725
{PG_UTF8, "utf8"},
726
727
{PG_LATIN1, "ISO-8859-1"},
0 commit comments