8000
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 2627c83 commit 5c4249cCopy full SHA for 5c4249c
src/bin/initdb/initdb.c
@@ -42,7 +42,7 @@
42
* Portions Copyright (c) 1994, Regents of the University of California
43
* Portions taken from FreeBSD.
44
*
45
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.147 2007/10/16 11:30:16 mha Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.148 2007/10/24 20:11:00 alvherre Exp $
46
47
*-------------------------------------------------------------------------
48
*/
@@ -730,7 +730,7 @@ struct tsearch_config_match
730
static const struct tsearch_config_match tsearch_config_languages[] =
731
{
732
{"danish", "da_DK"},
733
- {"danish", "Danish_Danmark"},
+ {"danish", "Danish_Denmark"},
734
{"dutch", "nl_NL"},
735
{"dutch", "Dutch_Netherlands"},
736
{"english", "C"},
0 commit comments